~openerp-dev/openobject-doc/trunk

« back to all changes in this revision

Viewing changes to i18n/ro/source/developer/1_1_Introduction/5_start_stop.rst

  • Committer: Antony Lesuisse
  • Date: 2010-03-05 16:46:40 UTC
  • Revision ID: al@openerp.com-20100305164640-9b7anc1t5ujha8lw
Merge doc into feature, before deletion of both features and doc. (odo)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: OpenERP Server and Web Client - Start/Stop
 
3
.. i18n: ==========================================
 
4
..
 
5
 
 
6
OpenERP Server and Web Client - Start/Stop
 
7
==========================================
 
8
 
 
9
.. i18n: OpenERP 4.2
 
10
.. i18n: -----------
 
11
..
 
12
 
 
13
OpenERP 4.2
 
14
-----------
 
15
 
 
16
.. i18n: First check that all the required dependencies are installed. Then create the terp database. You have to make sure that your user has the correct credentials to create databases with PostgreSQL. For more information on this subject please refer to the PostgreSQL manual.::
 
17
.. i18n: 
 
18
.. i18n:        $ createdb terp --encoding=unicode
 
19
..
 
20
 
 
21
First check that all the required dependencies are installed. Then create the terp database. You have to make sure that your user has the correct credentials to create databases with PostgreSQL. For more information on this subject please refer to the PostgreSQL manual.::
 
22
 
 
23
        $ createdb terp --encoding=unicode
 
24
 
 
25
.. i18n: Once the database created, you can start OpenERP. The content of the database will automatically be created at the first start.::
 
26
.. i18n: 
 
27
.. i18n:        $ ./tinyerp-server.py
 
28
..
 
29
 
 
30
Once the database created, you can start OpenERP. The content of the database will automatically be created at the first start.::
 
31
 
 
32
        $ ./tinyerp-server.py
 
33
 
 
34
.. i18n: OpenERP 5.0 and above
 
35
.. i18n: ---------------------
 
36
..
 
37
 
 
38
OpenERP 5.0 and above
 
39
---------------------
 
40
 
 
41
.. i18n:     * Check that all the required dependencies are installed.
 
42
.. i18n:     * Make sure you are logged on as a user that has catalog admin rights in PostgreSQL. Refer to the PostgreSQL manual for more info on this.
 
43
.. i18n:     * Start the OpenERP Server 
 
44
..
 
45
 
 
46
    * Check that all the required dependencies are installed.
 
47
    * Make sure you are logged on as a user that has catalog admin rights in PostgreSQL. Refer to the PostgreSQL manual for more info on this.
 
48
    * Start the OpenERP Server 
 
49
 
 
50
.. i18n: ::
 
51
.. i18n: 
 
52
.. i18n:        ./openerp-server.py
 
53
.. i18n: 
 
54
.. i18n:     * Finally connect to the server with the GTK Client or eTiny and use the Create Database option to create your database 
 
55
..
 
56
 
 
57
::
 
58
 
 
59
        ./openerp-server.py
 
60
 
 
61
    * Finally connect to the server with the GTK Client or eTiny and use the Create Database option to create your database