Only the members of the cheminfIBB are allowed to contribute. Please follow the instructions from the contributing guidelines.
-
Install ruby.
-
Add following lines to your
~/.bashrcfile so that you can install gems locally:
.gemsdirectory name is just a convention.
export GEM_HOME=$HOME/.gems
export PATH="$GEM_HOME/bin:$PATH"- Install
bundlerwithgem install bundler.
You might need to
-
Go to the repository and run
bundle install. -
Run
bundle exec jekyll serve --incremental. -
Go to
localhost:4000in your browser.