TurnKey Ruby On Rails Live CD appliance 2008.11.18-hardy-x86 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News TurnKey Ruby On Rails Live CD appliance 2008.11.18-hardy-x86 (Default branch)
# 1  
Old 11-21-2008
TurnKey Ruby On Rails Live CD appliance 2008.11.18-hardy-x86 (Default branch)

ImageTurnKey Ruby on Rails is an easy-to-use,lightweight, installable live CD of the Ruby onRails Web framework that can run on real hardwarein addition to most types of virtual machines. Itfeatures a Mac OS X themed Web managementinterface and a Python configuration andinstallation console. It is based on Ubuntu 8.04.1Hardy LTS, and is designed to provide users with apre-integrated, automatically updated, turn-keyoperating system environment that is carefullybuilt from the ground up with the minimumcomponents needed to run Ruby on Rails Webapplications with maximum usability, efficiency,and security.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CAMPING(1)							   User Commands							CAMPING(1)

NAME
camping - small Ruby web framework for MVC type applications SYNOPSIS
camping app1.rb app2.rb... DESCRIPTION
Camping is a web framework which consistently stays at less than 4kb of code. The idea here is to store a complete fledgling web applica- tion (written in Ruby) in a single file like many small CGIs, but to organize it as a Model-View-Controller application like Rails does. You can then easily move it to Rails once you've got it going. Specific options: -h, --host HOSTNAME Host for web server to bind to (default is all IPs) -p, --port NUM Port for web server (defaults to 3301) -d, --database FILE SQLite3 database path (defaults to ~/.camping.db) -C, --console Run in console mode with IRB -s, --server NAME Server to force (mongrel, webrick, console) Common options: -?, --help Show this message -v, --version Show version FILES
~/.camping.db The default database file. SEE ALSO
The Camping website on http://camping.rubyforge.org/. AUTHOR
This manual page was written by Paul van Tilburg <paulvt@debian.org>, for the Debian GNU/Linux system (but may be used by others). camping 2.0 May 2010 CAMPING(1)