This will include the cases web page based on jekyll
To install it locally:
First some extra tools need to be installed:
sudo apt-get install build-essential patch ruby-dev zlib1g-dev
- install the ruby gems jekyll (instructions) and bundler -
gem install bundler
- clone this repository -
git clone https://github.com/CASES-LU/cases_web.git
- run
bundler install
to install all dependencies for the project.
Make it nice!!!
To update the dependencies - if they have a new version - just call bundler update
. It is good practice to do that regularly anyways...
To start the development server: bundler exec jekyll serve
If only a build is needed: bundler exec jekyll build