Lewis and Clark's Geoblacklight instance, hosted at geo.watzek.cloud.
- Make sure it is configured in a way that it uses your current system's credential. More information can be found here.
- Clone the repository:
git clone https://github.com/watzek/compass.git
- Inside
compass
directory install the gems:
bundle install
- Create and migrate database:
rake db:create
rake db:migrate
- Test it:
rake test
- To run the application:
rake geoblacklight:server
-
Make sure you fork the repository
-
Create github issue before submitting a PR
-
Write spec or integration tests using
rspec
orcapybara
-
Make sure your commit message reads:
(#Issue No.) Commit message describing the change made by this patch
Example commit message:
(#23) Enable fullscreen leaflet
If your PR does not bring in a big change in functionality like updating documentation, etc. you can file a "maint" PR.
Example commit message for maint PR:
(MAINT) Update README.md
Your PR will be reviewed by the maintainers once it passes all the tests through our CI.