Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer: Add solr server location to installer. #1167

Closed
kcondon opened this issue Nov 26, 2014 · 4 comments
Closed

Installer: Add solr server location to installer. #1167

kcondon opened this issue Nov 26, 2014 · 4 comments
Assignees

Comments

@kcondon
Copy link
Contributor

kcondon commented Nov 26, 2014

Phil has added a new settings option that allows pointing to a separate solr server on another box. This should be added to the install script.

The option is:
curl -X PUT -d localhost:8983 http://localhost:8080/api/s/settings/:SolrHostColonPort

@kcondon kcondon added UX & UI: Design This issue needs input on the design of the UI and from the product owner Priority: Medium Type: Bug a defect labels Nov 26, 2014
@kcondon kcondon added this to the In Review - Dataverse 4.0 milestone Nov 26, 2014
@scolapasta scolapasta modified the milestones: Dataverse 4.0: Final, In Review - Dataverse 4.0 Dec 8, 2014
@scolapasta scolapasta modified the milestones: Dataverse 4.0: Deployment, Dataverse 4.0: Post-Deployment Apr 13, 2015
@mercecrosas mercecrosas modified the milestone: In Review Nov 30, 2015
@mheppler mheppler added Feature: Installer and removed UX & UI: Design This issue needs input on the design of the UI and from the product owner labels Jan 26, 2016
@scolapasta scolapasta removed this from the Not Assigned to a Release milestone Jan 28, 2016
@landreev landreev added this to the 4.3 milestone Jan 29, 2016
@scolapasta scolapasta removed this from the 4.3 milestone Jan 29, 2016
@bionary bionary mentioned this issue Mar 2, 2016
11 tasks
landreev added a commit that referenced this issue Mar 10, 2016
This addresses the issues #1455, #1201, #1167, #1097, #2980... and more.
@landreev landreev assigned kcondon and unassigned landreev Mar 11, 2016
@landreev
Copy link
Contributor

The installer now asks for the remote SOLR service address in the configuration dialogue.
The user has an option to leave it set to the default value of "LOCAL". In which case no Dataverse setting option is created, and the application proceeds to assume that SOLR is running locally.

The installer provides a brief paragraph of text explaining what this setting is about.

A documentation entry has been added to the installation guide, under "New in 4.3".

@pdurbin
Copy link
Member

pdurbin commented Mar 11, 2016

I just tested vagrant up on both develop (5535970) and 4.3-installer-improvements (a83066f) and I'm happy to report that it still works in both places (I mean that I can log in at http://localhost:8888 when it's done). We could improve the Vagrant script at https://github.com/IQSS/dataverse/blob/4.3-installer-improvements/scripts/vagrant/install-dataverse.sh to have it explicitly say it's using the "LOCAL" option but since it's the default, it's fine as is. Some of this stuff will probably change anyway when we get around to looking at the #2985 pull request by @bionary.

@kcondon
Copy link
Contributor Author

kcondon commented Mar 15, 2016

Tested with the default local option. Still need to test the remote/url option.

@kcondon
Copy link
Contributor Author

kcondon commented Mar 15, 2016

remote option works, closing.

@kcondon kcondon closed this as completed Mar 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants