Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 542 Bytes

aerogear.org

requirement

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

building

  1. Have ruby 1.9.x installed
  2. run bundle install --path vendor to install the dependencies
  3. run bundle exec jekyll --server --auto
  4. go to http://127.0.0.1:4000/
  5. 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.