~openerp-community/openobject-doc/6.1

« back to all changes in this revision

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

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
-----------
13
13
 
14
14
.. 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.::
15
 
 
16
 
        $ createdb terp --encoding=unicode
17
 
 
18
 
        .. i18n: $ createdb terp --encoding=unicode
 
15
.. i18n: 
 
16
.. i18n:        $ createdb terp --encoding=unicode
 
17
 
 
18
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.::
19
19
 
20
20
        $ createdb terp --encoding=unicode
21
21
 
22
22
.. i18n: Once the database created, you can start OpenERP. The content of the database will automatically be created at the first start.::
23
 
 
24
 
        $ ./tinyerp-server.py
25
 
 
26
 
        .. i18n: $ ./tinyerp-server.py
 
23
.. i18n: 
 
24
.. i18n:        $ ./tinyerp-server.py
 
25
 
 
26
Once the database created, you can start OpenERP. The content of the database will automatically be created at the first start.::
27
27
 
28
28
        $ ./tinyerp-server.py
29
29
 
33
33
OpenERP 5.0 and above
34
34
---------------------
35
35
 
36
 
    .. i18n: * Check that all the required dependencies are installed.
37
 
    .. 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.
38
 
    .. i18n: * Start the OpenERP Server 
 
36
.. i18n:     * Check that all the required dependencies are installed.
 
37
.. 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.
 
38
.. i18n:     * Start the OpenERP Server 
39
39
 
40
40
    * Check that all the required dependencies are installed.
41
41
    * 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.
42
 
    * Start the OpenERP Server.. i18n:  
 
42
    * Start the OpenERP Server 
43
43
 
44
44
.. i18n: ::
45
 
 
46
 
        ./openerp-server.py
47
 
 
48
 
        .. i18n: ./openerp-server.py
49
 
 
50
 
        ./openerp-server.py
51
 
 
52
 
    .. i18n: * Finally connect to the server with the GTK Client or eTiny and use the Create Database option to create your database 
 
45
.. i18n: 
 
46
.. i18n:        ./openerp-server.py
 
47
 
 
48
::
 
49
 
 
50
        ./openerp-server.py
 
51
 
 
52
.. i18n:     * Finally connect to the server with the GTK Client or eTiny and use the Create Database option to create your database 
53
53
 
54
54
    * Finally connect to the server with the GTK Client or eTiny and use the Create Database option to create your database