Sha256: 831f1460ba7746c6377909e8b43e65aa2c846626f9431535b13138a72928ca07

Contents?: true

Size: 533 Bytes

Versions: 2

Compression:

Stored size: 533 Bytes

Contents

= A Simple Web Application

This simple application demonstrates various Nitro features.


== Description of contents

conf/apache.conf
	apache configuration

conf/config.rb
	application configuration

root/
	the public web directory

logs/
	logfiles come here

lib/n/
	application specific ruby code

lib/p/ 
	application specific Nitro parts

test/
	unit tests


== Setup

To setup this example web application run the follwing script:

$ ruby install.rb

To start the application

./ctl start

To stop the application

./ctl stop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro-0.2.0 examples/simple/README
nitro-0.3.0 examples/simple/README