odoo/doc
P. Christeas b69c19fbb2 Merge branch 'master' of openobject-server into mdv-gpl3-py26
Conflicts:
	bin/netsvc.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090131100804-pu97gelwjh1flk3h
2009-01-31 12:08:04 +02:00
..
migrate [IMP] Update the copyright to 2009 2009-01-04 23:13:29 +01:00
tests [IMP] Update the copyright to 2009 2009-01-04 23:13:29 +01:00
COPYING passing in GPL-3 2008-11-03 19:27:16 +01:00
Changelog Update changelog 2007-12-24 14:45:31 +00:00
INSTALL [FIX] update the docs 2009-01-30 00:41:16 +01:00
License.rtf Upgrade the license 2008-10-31 07:51:17 -04:00
README.urpmi Rename TinyERP to OpenERP in scripts. 2008-09-23 19:01:56 +03:00
openerp-server.conf Merge branch 'master' of openobject-server into mdv-gpl3-fwd 2008-12-23 17:46:08 +02:00
openerp-server.init Fix hardcoded paths in initscript 2008-09-26 10:49:33 +03:00
openerp-server.logrotate Rename TinyERP to OpenERP in scripts. 2008-09-23 19:01:56 +03:00

README.urpmi

Installation Steps
------------------

1. Check that all the required dependencies are installed.

2. Create a postgresql database.

The default database name is "terp". If you want to use another name, you
will need to provide it when launching the server (by using the commandline
option --database).

To create a postgresql database named "terp" using the following command:
    $ createdb --encoding=UNICODE terp

If it is the first time you use postgresql you might need to create a new user
to the postgres system using the following commands (where myusername is your
unix user name):

    $ su -
    # su - postgres
    $ createuser tinyerp
    Shall the new user be allowed to create databases? (y/n) y
    Shall the new user be allowed to create more new users? (y/n) y
    CREATE USER
    $ logout
    # logout

3. Launch service daemon by "service openerp-server start".

The first time it is run, the server will initialise the database with all the default values.

4. Connect to the server using the GUI client.

There are two accounts by default:
    * login: admin, password:admin
    * login: demo, password:demo