4 1. Check that all the required dependencies are installed.
6 2. Create a postgresql database.
8 The default database name is "terp". If you want to use another name, you
9 will need to provide it when launching the server (by using the commandline
12 To create a postgresql database named "terp" using the following command:
13 $ createdb --encoding=UNICODE terp
15 If it is the first time you use postgresql you might need to create a new user
16 to the postgres system using the following commands (where myusername is your
22 Shall the new user be allowed to create databases? (y/n) y
23 Shall the new user be allowed to create more new users? (y/n) y
28 3. Launch service daemon by "service openerp-server start".
30 The first time it is run, the server will initialise the database with all the default values.
32 4. Connect to the server using the GUI client.
34 There are two accounts by default:
35 * login: admin, password:admin
36 * login: demo, password:demo