Public web of the H2020 CloudButton project. Static website generated with Jekyll.
- Install a full Ruby development environment
- Install Jekyll and bundler gems:
gem install jekyll bundler
- Clone this repository:
git clone https://git.cloudlab.urv.cat/eu-projects/cloudbutton/cloudbutton_web.git
cd cloudbutton_web
- Build the site and make it available on your local server
bundle exec jekyll serve
- And browse to http://localhost:4000
Build and deploy the website:
./deploy.sh