=================================
Installing and Starting Brainwave
=================================

On Windows
==========
> Double click on the exe file and follow the instructions till end.
> Go to: Start >> Programs >> Brainwave >> Start Brainwave
> You will see web and Object servers being started and connected.
> Use your web browser (Firefox recommended) and navigate to http://localhost:8080
> Login using default username:root and password:password.
> Click on the Brainwave Icon to display current loaded applications.

On Unix or Linux
================
Step 1 : Unzip the file in your home folder e.g. /home/mike using:

gunzip brainwave-xxx.tar.gz
tar -xvf brainwave-xxx.tar

or

bunzip2 brainwave-xxx.tar.bz2
tar -xvf brainwave-xxx.tar

Step 2 : Run the webserver and objserver in the background
./objserver &
./webserver &

You can run these commands in the foreground in different terminals if you wish to see the debug output.

./objserver
./webserver

The following log files contain additional information:
ocean.log and iris_svc.log (you can "tail -f" these files if you like to read from the end)

Step 3 : Launch your web-browser and navigate to http://localhost:8080

Login using default username:root and password:password.

Click on the Brainwave Icon to display current loaded applications.

============
Further help
============

Read help here: http://localhost:8080/help/ (You need Brainwave running to view this)

You can view Developers Manual at: http://localhost:8080/docbook/ (You need Brainwave running to view this)

View the complete API reference guide online

Discuss at the Brainwave forum