Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 646 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 646 Bytes

aerogear.org

requirement

Before you can run the side, make sure you have asciidoc installed on your machine!

building

  1. Install rvm (https://rvm.io/)
  2. Run rvm install ruby 2.1.2
  3. rvm gemset create aerogear
  4. rvm use ruby-2.1.2@aerogear
  5. run bundle install --path vendor to install the dependencies
  6. run bundle exec jekyll serve --watch
  7. go to http://127.0.0.1:4000/
  8. profit!

deploy

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.