~openerp-community/openobject-doc/ksa-openobject-doc-6.0

« back to all changes in this revision

Viewing changes to i18n/ru/source/developer/8_25_deploy/index.rst

  • Committer: Don Kirkby
  • Date: 2011-02-21 20:46:11 UTC
  • mfrom: (433.1.53 openobject-doc)
  • Revision ID: donkirkby+launpd@gmail.com-20110221204611-1ykt6dmg4k3gh5dh
[MERGE] revisions 477 to 486 from the 5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: Deploy
 
3
.. i18n: ======
 
4
..
 
5
 
 
6
Deploy
 
7
======
 
8
 
 
9
.. i18n: This page describes how to deploy a custom version of OpenERP on Windows.
 
10
..
 
11
 
 
12
This page describes how to deploy a custom version of OpenERP on Windows.
 
13
 
 
14
.. i18n: Package script
 
15
.. i18n: --------------
 
16
..
 
17
 
 
18
Package script
 
19
--------------
 
20
 
 
21
.. i18n: The first step is to grab the package script branch::
 
22
.. i18n: 
 
23
.. i18n:     bzr branch lp:~openerp-groupes/openerp/package-script
 
24
..
 
25
 
 
26
The first step is to grab the package script branch::
 
27
 
 
28
    bzr branch lp:~openerp-groupes/openerp/package-script
 
29
 
 
30
.. i18n: Batch
 
31
.. i18n: -----
 
32
..
 
33
 
 
34
Batch
 
35
-----
 
36
 
 
37
.. i18n: Go to the *packaging* directory of the branch and copy the file *build.bat* to the *C:\\openerp* directory of your Windows machine.
 
38
..
 
39
 
 
40
Go to the *packaging* directory of the branch and copy the file *build.bat* to the *C:\\openerp* directory of your Windows machine.
 
41
 
 
42
.. i18n: SSH server
 
43
.. i18n: ----------
 
44
..
 
45
 
 
46
SSH server
 
47
----------
 
48
 
 
49
.. i18n: You need to install a SSH server on Windows. You can for example install `freeSSHd <http://www.freesshd.com/>`_.
 
50
..
 
51
 
 
52
You need to install a SSH server on Windows. You can for example install `freeSSHd <http://www.freesshd.com/>`_.
 
53
 
 
54
.. i18n: Fabric
 
55
.. i18n: ------
 
56
..
 
57
 
 
58
Fabric
 
59
------
 
60
 
 
61
.. i18n: You need to install the tool `Fabric <http://docs.fabfile.org/0.9.3/>`_ to run commands on Windows from Linux using SSH. Refer to your linux package manager to install it.
 
62
..
 
63
 
 
64
You need to install the tool `Fabric <http://docs.fabfile.org/0.9.3/>`_ to run commands on Windows from Linux using SSH. Refer to your linux package manager to install it.
 
65
 
 
66
.. i18n: Configure
 
67
.. i18n: +++++++++
 
68
..
 
69
 
 
70
Configure
 
71
+++++++++
 
72
 
 
73
.. i18n: Go to the *packaging* directory of the branch and edit the file fabfile.py. Change what need to be changed.
 
74
..
 
75
 
 
76
Go to the *packaging* directory of the branch and edit the file fabfile.py. Change what need to be changed.
 
77
 
 
78
.. i18n: Run
 
79
.. i18n: +++
 
80
..
 
81
 
 
82
Run
 
83
+++
 
84
 
 
85
.. i18n: run the command::
 
86
.. i18n: 
 
87
.. i18n:     fab -H host -u user server
 
88
..
 
89
 
 
90
run the command::
 
91
 
 
92
    fab -H host -u user server
 
93
 
 
94
.. i18n: where:
 
95
.. i18n:     * *host* is the Windows host name
 
96
.. i18n:     * *user* is the Windows user name
 
97
..
 
98
 
 
99
where:
 
100
    * *host* is the Windows host name
 
101
    * *user* is the Windows user name