Modified:
wiki/DeveloperTutorial.wiki
Log:
Updated the documentation
Modified: wiki/DeveloperTutorial.wiki
==============================================================================
--- wiki/DeveloperTutorial.wiki (original)
+++ wiki/DeveloperTutorial.wiki Sat May 2 10:19:29 2009
@@ -8,7 +8,7 @@
= Setup Guide =
# Checkout the latest source from the SVN repository
- # Make sure you have Erlang and the OTP applications installed
+ # Make sure you have Erlang and the OTP applications (erlang-nox,
erlang-base-hipe and erlang-examples) installed
# Use CPAN to install XML::Simple for the servlet compile script
# You now should be able to run make
# To test the OSP system, copy /servlet_examples/echo.sdf to the OSP
directory, and run:
@@ -18,8 +18,7 @@
$ ./setup_osp.sh
$ ./start-osp.sh
$ telnet localhost 9876
--> setup
-> start echo 9999 master@localhost
-> quit
}}}
- # If the above worked (i.e you can telnet to localhost:9999 and use the
echo server), then you should have a functional OSP install to play with!
\ No newline at end of file
+ # If the above worked (i.e you can telnet to localhost port 9999 and use
the echo server), then you should have a functional OSP install to play
with!
\ No newline at end of file