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

Initial README update #25

Closed
wants to merge 3 commits into from
Closed

Initial README update #25

wants to merge 3 commits into from

Conversation

aeschylus
Copy link
Contributor

No description provided.

@jkeck
Copy link
Contributor

jkeck commented Feb 15, 2017

Can I get you to kill the rdoc README in this PR too? Just so there is no confusion over which is the right one?

README.md Outdated
2. Run `bin/rake db:migrate RAILS_ENV=development` or an equivalent to populate the database with development data
3. Run `bundle exec rake` to download and install supplementary service software (Jetty) and run tests
4. Run `bundle exec rake jetty:start`
5. Once the Jetty service has finished spinning up, run `rake colligo:fixtures` to fill in solr fixtures (as distinct for DB migration above)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything up to here can be done initially using the rake colligo:install task on the first install. Not sure if we want to call out that install task separately.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.861% when pulling 13c94cc on Update-README-for-setup into 8ffbae3 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.861% when pulling 8c201dc on Update-README-for-setup into 8ffbae3 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.861% when pulling cfbbb3d on Update-README-for-setup into 8ffbae3 on master.

@@ -3,3 +3,12 @@


This is the codebase for the Colligo application, showcasing digital manuscripts.

## Local Development Setup
Run `bundle exec rake colligo:install` to install gems, jetty, migrate the DB, and start the Solr server with fixtures.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rake task doesn't start the Solr server for me -- I had to do that manually and run colligo:install twice...

$ bundle exec rake colligo:install
Downloading jetty
Unzipping jetty
cp /Users/drh/workspace/colligo/config/solr_configs/schema.xml /Users/drh/workspace/colligo/jetty/solr/blacklight-core/conf/
cp /Users/drh/workspace/colligo/config/solr_configs/solrconfig.xml /Users/drh/workspace/colligo/jetty/solr/blacklight-core/conf/
rake aborted!
Errno::ECONNREFUSED: Connection refused

in other words, this worked...

$ bundle exec rake colligo:install # get connection refused error
$ bundle exec rake jetty:start colligo:install

@jkeck
Copy link
Contributor

jkeck commented Feb 15, 2017

This will all be out of date since @mejackreed's changes I think?

@mejackreed
Copy link
Contributor

Closing for now, as I think Colligo has been updated where this may need to be reworked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants