1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
If you would like to run simple-navigation-demo with rails3, modified to work
with Debian packages, do the following:
$ apt-get install git rubygems-integration ruby-haml
$ git clone https://github.com/synrg/simple-navigation-demo.git
$ cd simple-navigation-demo/rails3
$ rackup
Use your web browser to access the demo at http://localhost:9292/
The sinatra demo doesn't work yet because it has dependencies not yet in
Debian. Patches welcome (submit them through github, not the Debian BTS).
-- Ben Armstrong <synrg@sanctuary.nslug.ns.ca> Tue, 13 Aug 2013 08:54:47 -0300
|