Run the following command:
gem install ginatra -v 4.0.2
Start the Ginatra server:
ginatra run
By default Ginatra will run on
http://localhost:9797
Run the following commands:
git clone git://github.com/NARKOZ/ginatra.git
cd ginatra/
git checkout v4.0.2
bundle
Start the Ginatra server:
./bin/ginatra run
By default Ginatra will run on
http://localhost:9797