Running ER/Box on Linux
Server
Start Derby Database
Open a terminal (shell) and navigate to
{COMPIERE_HOME}/derby/db-derby-bin/bin
Start the database server by issuing the command
> ./startNetworkServer
Start Application Server
Open another terminal (shell) and navigate to
{COMPIERE_HOME}/utils
Start the application server by issuing the command
> ./RUN_Server2.sh
Stop Application Server
Open another terminal (shell) and navigate to
{COMPIERE_HOME}/utils
Stop the application server by issuing the command
> ./RUN_Server2Stop.sh
Stop Derby Database
Open a terminal (shell) and navigate to
{COMPIERE_HOME}/derby/db-derby-bin/bin
Stop the database server by issuing the command
> ./stopNetworkServer
Client
To start the client please open a terminal (shell) and navigate to:
{COMPIERE_HOME}
Issue the command
> ./RUN_Compiere2.sh
First Client Startup
On first startup you will be presented with a license agreement:

Click the green OK button to continue.
The next step sets the client connection parameters; the initial content of the dialog looks like this:

Fill the field
- Application Server
with the name of your server.

Click Test Application afterwards. The other fields should be filled automatically and both buttons, Test Application and Test Database should show a green marker:

Click the green OK button in the bottom right corner to go to the login sreen:

See here for a list of available User ID/Password combinations of the initial client data (Garden World Demo).

