Skip to content

capedwarf/capedwarf.org

 
 

Repository files navigation

capedwarf.org

Source of CapeDwarf Website

Prerequisites

The site is built using awestruct, and its dependencies are best installed using the ruby gem bundler.

  1. Make sure you have a modern, sane Ruby install. The best way to install Ruby is to use RVM from https://rvm.io/

  2. Install the ruby gem bundler

     gem install bundler
    
  3. Install the necessary gems for the site. At the root of the site directory, run

     bundle install
    

Developing the site

If you run Awestruct locally, it will watch for changes to your sources and regenerate the site. Run

bundle exec awestruct -d

and browse to http://localhost:4242.

Publishing the site

To stage or publish the site, you'll need to be able to upload to the capedwarf account on filemgmt.jboss.org. Send your ssh key to eng-ops@redhat.com to get access.

To stage the site:

./publish.sh -s

The site is staged to http://stg.capedwarf.org.

To push the site live:

./publish.sh -p

Packages

No packages published

Languages

  • CSS 50.0%
  • JavaScript 22.3%
  • HTML 20.1%
  • Ruby 6.8%
  • Shell 0.8%