Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 761 Bytes

ReadMe.md

File metadata and controls

16 lines (13 loc) · 761 Bytes

occident-database

Jekyll site for the Occident database

Visit site at: https://bee-hive.github.io/occident/

Content

Occident database is a website to display live cell imaging datasets and a portal for downloads.

Development

In order to rebuild the site locally, e.g. for testing, you'll need to:

  1. clone the repo
  2. 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.
  1. run bundle install
  2. run bundle exec jekyll serve <-- run this each time you want to restart the local server
  3. goto http://127.0.0.1:4000