Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 636 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 636 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 1.9.x
  3. rvm gemset create aerogear
  4. rvm use ruby-1.9.x@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 CI build, which will deploy to http://staging.aerogear.org.

Pushing to production branch, deploys the site to http://aerogear.org.