Before you can run the side, make sure you have asciidoc installed on your machine!
- Install rvm (https://rvm.io/)
- Run rvm install ruby 1.9.x
- rvm gemset create aerogear
- rvm use ruby-1.9.x@aerogear
- run
bundle install --path vendor
to install the dependencies - run
bundle exec jekyll serve --watch
- go to http://127.0.0.1:4000/
- profit
Pushing to master
branch, will trigger a CI build, which will deploy to http://staging.aerogear.org.
Pushing to production
branch, deploys the site to http://aerogear.org.