This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Rusty Klophaus (author)
Fri Oct 02 07:54:06 -0700 2009
nitrogen / Quickstart
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.gitattributes | Sun May 03 07:20:55 -0700 2009 | |
| |
.gitignore | Fri Dec 05 21:41:03 -0800 2008 | |
| |
Emakefile | Sun Dec 28 17:40:15 -0800 2008 | |
| |
Makefile | Fri Dec 05 21:41:03 -0800 2008 | |
| |
Quickstart.tmproj | Sun May 03 07:20:55 -0700 2009 | |
| |
README | Fri Dec 05 21:41:03 -0800 2008 | |
| |
apps/ | Thu Jan 08 06:22:40 -0800 2009 | |
| |
ebin/ | Fri Dec 05 21:41:03 -0800 2008 | |
| |
quickstart.bat | Sun Jan 04 15:27:39 -0800 2009 | |
| |
quickstart.sh | Thu Jan 08 08:02:21 -0800 2009 | |
| |
quickstart_mochiweb.sh | Thu Jan 08 08:02:21 -0800 2009 | |
| |
quickstart_yaws.sh | Thu Jan 08 08:02:21 -0800 2009 | |
| |
reference/ | Fri Oct 02 07:54:06 -0700 2009 | |
| |
src/ | Fri Oct 02 07:54:06 -0700 2009 | |
| |
wwwroot/ | Sun May 03 07:02:12 -0700 2009 |
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








