Jekyll site for the Occident database
Visit site at: https://bee-hive.github.io/occident/
Occident database is a website to display live cell imaging datasets and a portal for downloads.
In order to rebuild the site locally, e.g. for testing, you'll need to:
- clone the repo
- install Ruby, Jekyll and Bundler (guide)
- Try to match these versions where possible in order to get the same behavior locally as via GitHub. Pay attention to Jekyll and Ruby versions in particular.
- run
bundle install
- run
bundle exec jekyll serve
<-- run this each time you want to restart the local server - goto http://127.0.0.1:4000