Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 697 Bytes

File metadata and controls

35 lines (23 loc) · 697 Bytes

CloudButton public website

Public web of the H2020 CloudButton project. Static website generated with Jekyll.

Usage

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems:
gem install jekyll bundler
  1. Clone this repository:
git clone https://git.cloudlab.urv.cat/eu-projects/cloudbutton/cloudbutton_web.git
cd cloudbutton_web
  1. Build the site and make it available on your local server
bundle exec jekyll serve
  1. And browse to http://localhost:4000

Deploying

Build and deploy the website:

./deploy.sh