Skip to content

New Jekyll based project site repo for AeroGear.

Notifications You must be signed in to change notification settings

dfj/aerogear.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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.

About

New Jekyll based project site repo for AeroGear.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 56.4%
  • JavaScript 42.3%
  • Ruby 1.3%