The IronJacamar web site is built using Awestruct, and we welcome any contributions that will improve the site.
Install git
yum install -y git
Install ruby
yum install -y ruby ruby-devel
Install awestruct
and therubyracer
gem install awestruct
gem install therubyracer
Get the website source from GitHub:
git clone git@github.com:ironjacamar/ironjacamar.org.git
- Go in your
ironjacamar.org
directory - Run
awestruct -d
- Open your browser to http://localhost:4242
This website uses:
- Icons from IconDock (Link back to the creator)
The content of this repository is released under Creative Commons Attribution Share-Alike 3.0 Unported (CC BY-SA 3.0). Sample code available on this website is released under GNU Lesser General Public License, version 2.1.
By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the respective licenses mentioned above.