Before you can run the side, make sure you have asciidoc installed on your machine!
- Install rvm (https://rvm.io/)
- Run rvm install ruby 2.1.2
- rvm gemset create aerogear
- rvm use ruby-2.1.2@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 Jenkins CI build, which will deploy to http://staging.aerogear.org.
Pushing to production
branch, deploys the site to http://aerogear.org.