public
Description: Nitrogen Web Framework for Erlang
Homepage: http://nitrogenproject.com
Clone URL: git://github.com/rklophaus/nitrogen.git
Click here to lend your support to: nitrogen and make a donation at www.pledgie.com !
nitrogen / Quickstart
name age message
..
file .gitattributes Sun May 03 07:20:55 -0700 2009 Update .gitattributes files. [rklophaus]
file .gitignore Fri Dec 05 21:41:03 -0800 2008 Fix directory structure. [rklophaus]
file Emakefile Sun Dec 28 17:40:15 -0800 2008 Update quickstart files for new template. [rklophaus]
file Makefile Fri Dec 05 21:41:03 -0800 2008 Fix directory structure. [rklophaus]
file Quickstart.tmproj Sun May 03 07:20:55 -0700 2009 Update .gitattributes files. [rklophaus]
file README Fri Dec 05 21:41:03 -0800 2008 Fix directory structure. [rklophaus]
directory apps/ Thu Jan 08 06:22:40 -0800 2009 Finish moving properties into .app files. Move ... [rklophaus]
directory ebin/ Fri Dec 05 21:41:03 -0800 2008 Fix directory structure. [rklophaus]
file quickstart.bat Sun Jan 04 15:27:39 -0800 2009 Update sync module, add mirror module: Utilitie... [rklophaus]
file quickstart.sh Thu Jan 08 08:02:21 -0800 2009 Fix linking to nitrogen files. [rklophaus]
file quickstart_mochiweb.sh Thu Jan 08 08:02:21 -0800 2009 Fix linking to nitrogen files. [rklophaus]
file quickstart_yaws.sh Thu Jan 08 08:02:21 -0800 2009 Fix linking to nitrogen files. [rklophaus]
directory reference/ Fri Oct 02 07:54:06 -0700 2009 More documentation. [Rusty Klophaus]
directory src/ Fri Oct 02 07:54:06 -0700 2009 More documentation. [Rusty Klophaus]
directory wwwroot/ Sun May 03 07:02:12 -0700 2009 Remove unused tasks file [rklophaus]
Quickstart/README
---------
NEW USERS
---------

To get started with Nitrogen quickly, simply run:

./quickstart.sh


This will:
 - Compile the Nitrogen Web Framework.
 - Compile the sample files.
 - Start Nitrogen on top of Erlang's built in Inets server on port 8000.

Then, open your browser to http://localhost:8000


-------------------
MOCHIWEB QUICKSTART
-------------------

1.  Download and compile Mochiweb.

2.   Update the $MOCHIWEB_SRC variable in 'quickstart_mochiweb.sh' to point
     to your root mochiweb directory.

3.   Run ./quickstart_mochiweb.sh 

    This will:
     - Compile the Nitrogen Web Framework.
     - Compile the sample files.
     - Start Nitrogen on top of the Mochiweb server on port 8000.

4. Open your web browser to http://localhost:8000


---------------
YAWS QUICKSTART
---------------

1.  Download and compile Yaws.

2.   Update the $YAWS_SRC variable in 'quickstart_yaws.sh' to point
     to your root yaws directory.

3.   Run ./quickstart_yaws.sh 

    This will:
     - Compile the Nitrogen Web Framework.
     - Compile the sample files.
     - Start Nitrogen on top of the Yaws server on port 8000.

4. Open your web browser to http://localhost:8000