Sha256: 686a44f6b15898c33d0a0a27b6115127005e04288e061071e0803b08b2b5d0bb
Contents?: true
Size: 694 Bytes
Versions: 5
Compression:
Stored size: 694 Bytes
Contents
= Your application Here comes the README file for your application. == Configuration Edit the file conf/app.conf.rb as needed. By default this skeleton app uses the PostgreSQL backend. If you want to use a different backend dont forget to change it for the DEBUG and LIVE configurations. == Run Exec the following command: ./ctl then point your browser to: http://127.0.0.1:8080 (if you want to change the server address/port, edit the config.rb file) == Discussion If you want to modify the skeleton app it is a nice idea to switch to debug mode. Edit the following line in the file app.rb: $DBG = true In debug mode the view files (xhtml/xsl/etc) are automatically reloaded.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.10.0 | bin/proto/README |
nitro-0.11.0 | bin/proto/README |
nitro-0.12.0 | bin/proto/README |
nitro-0.9.5 | bin/proto/README |
nitro-0.9.3 | bin/proto/README |