Skip to content

matzew/aerogear.org

 
 

Repository files navigation

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.

About

New Jekyll based project site repo for AeroGear.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 41.8%
  • HTML 34.2%
  • CSS 18.7%
  • Ruby 5.3%