This is the source for the new cukes.info website.
git clone git://github.com/cucumber/cukes.info.git
cd cukes.info
git submodule update --init --recursive
Ruby 1.9.3 is recommended. You can install it with RVM. Then install some gems.
gem install bundler
bundle install
bundle exec rackup
Alternatively, if you want any changes to app.rb
to be picked up:
bundle exec shotgun
Just go to http://localhost:9292 (alternatively http://localhost:9393 if you started with shotgun
)
Just create a new file under views/
with either .markdown
or .erb
extension. Use .erb
to create special layout using the
Twitter Bootstrap Grid.
Files starting with an underscore (_
) do not become individual pages---they are meant to be included by erb
pages.
Some of the files under public/
are generated by rake
and checked into git so they can be served on e.g. Heroku. These files should not be edited
directly. These files are:
public/css/bootstrap*.css
public/js/sh_gherkin*.js
public/js/bootstrap-*.js
Currently at http://hollow-flower-8501.heroku.com/example