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

« back to all changes in this revision

Viewing changes to i18n/ru/source/bi/installation/install_olap.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: .. _install-olap:
 
3
.. i18n: 
 
4
.. i18n: Installation of Open Object
 
5
.. i18n: ===========================
 
6
..
 
7
 
 
8
.. _install-olap:
 
9
 
 
10
Installation of Open Object
 
11
===========================
 
12
 
 
13
.. i18n: To install BI we need to have :
 
14
..
 
15
 
 
16
To install BI we need to have :
 
17
 
 
18
.. i18n: #. Getting and running `OpenERP Server`_
 
19
.. i18n: 
 
20
.. i18n: #. Getting `SQLAlchemy-0.3.11`_
 
21
..
 
22
 
 
23
#. Getting and running `OpenERP Server`_
 
24
 
 
25
#. Getting `SQLAlchemy-0.3.11`_
 
26
 
 
27
.. i18n: Once everything is working i.e OpenERPServer and OpenERPClient we need to add OLAP module in Server.
 
28
..
 
29
 
 
30
Once everything is working i.e OpenERPServer and OpenERPClient we need to add OLAP module in Server.
 
31
 
 
32
.. i18n: Steps to install OLAP modules.
 
33
..
 
34
 
 
35
Steps to install OLAP modules.
 
36
 
 
37
.. i18n:        For server module:
 
38
..
 
39
 
 
40
        For server module:
 
41
 
 
42
.. i18n:        * First install the Bazaar on your Linux box (apt-get install bzr) then “cd” to /usr/ 
 
43
.. i18n:          local/src folder or other, as you work usually.  
 
44
.. i18n:        * Get the Launchpad’s BI branch with the command: 
 
45
.. i18n:          From : https://code.launchpad.net/~openerp/openobject-addons/trunk bzr branch lp:openobject-addons This openobject-addons
 
46
.. i18n:          contain the bi in Olap moduls
 
47
..
 
48
 
 
49
        * First install the Bazaar on your Linux box (apt-get install bzr) then “cd” to /usr/ 
 
50
          local/src folder or other, as you work usually.  
 
51
        * Get the Launchpad’s BI branch with the command: 
 
52
          From : https://code.launchpad.net/~openerp/openobject-addons/trunk bzr branch lp:openobject-addons This openobject-addons
 
53
          contain the bi in Olap moduls
 
54
 
 
55
.. i18n:        For client-web-bi:
 
56
.. i18n:        
 
57
.. i18n:        * https://code.launchpad.net/~openerp-dev/openobject-client-web/trunk-dev-web-bi
 
58
.. i18n:        * bzr branch for client-web-bi lp:~openerp-dev/openobject-client-web/trunk-dev-web-bi
 
59
.. i18n:        
 
60
.. i18n:        * Get SQLAlchemy-x.x.x.tar.gz from sourceforge.net and untar (tar –xzvf file_name) it to
 
61
.. i18n:          the /usr/local/src folder then cd to /usr/local/src/ SQLAlchemy-x.x.x and run ‘’python
 
62
.. i18n:          setup.py install’’
 
63
.. i18n:        
 
64
.. i18n:        * The SQLAlchemy install will push all that we need to the /usr/lib/python2.5/site-
 
65
.. i18n:          packages/SQLAlchemy-0.5.2-py2.5.egg, ‘’cd’’ to this folder and do the “zip” like this:
 
66
.. i18n:        
 
67
.. i18n:        * zip /somewhere/sqlalchemy.zip -r sqlalchemy
 
68
.. i18n:        
 
69
.. i18n:        * Move or copy (mv or cp) the sqlachemy.zip to the openerp-server addons folder (/usr/lib
 
70
.. i18n:          /python2.5/site-packages/openerp -server/addons) and unzip the file within.
 
71
.. i18n:        
 
72
.. i18n:        * Check also the owner and the rights of ~/addons folder, as I run the openerp-server
 
73
.. i18n:          with postgres user I switched the ~ /addons owner to ‘’chown -R postgres. Addons’’
 
74
.. i18n:        
 
75
.. i18n:        * Retrieve all the olap’s ‘’zip’’ files and import/install them to OpenERP v5.
 
76
..
 
77
 
 
78
        For client-web-bi:
 
79
        
 
80
        * https://code.launchpad.net/~openerp-dev/openobject-client-web/trunk-dev-web-bi
 
81
        * bzr branch for client-web-bi lp:~openerp-dev/openobject-client-web/trunk-dev-web-bi
 
82
        
 
83
        * Get SQLAlchemy-x.x.x.tar.gz from sourceforge.net and untar (tar –xzvf file_name) it to
 
84
          the /usr/local/src folder then cd to /usr/local/src/ SQLAlchemy-x.x.x and run ‘’python
 
85
          setup.py install’’
 
86
        
 
87
        * The SQLAlchemy install will push all that we need to the /usr/lib/python2.5/site-
 
88
          packages/SQLAlchemy-0.5.2-py2.5.egg, ‘’cd’’ to this folder and do the “zip” like this:
 
89
        
 
90
        * zip /somewhere/sqlalchemy.zip -r sqlalchemy
 
91
        
 
92
        * Move or copy (mv or cp) the sqlachemy.zip to the openerp-server addons folder (/usr/lib
 
93
          /python2.5/site-packages/openerp -server/addons) and unzip the file within.
 
94
        
 
95
        * Check also the owner and the rights of ~/addons folder, as I run the openerp-server
 
96
          with postgres user I switched the ~ /addons owner to ‘’chown -R postgres. Addons’’
 
97
        
 
98
        * Retrieve all the olap’s ‘’zip’’ files and import/install them to OpenERP v5.
 
99
 
 
100
.. i18n:        Setup install packages for Windows:
 
101
.. i18n:        
 
102
.. i18n:        * http://bazaar.launchpad.net/~openerp/openerp/win-installer-trunk/files/head%3A/dependencies/
 
103
..
 
104
 
 
105
        Setup install packages for Windows:
 
106
        
 
107
        * http://bazaar.launchpad.net/~openerp/openerp/win-installer-trunk/files/head%3A/dependencies/
 
108
 
 
109
.. i18n: =======
 
110
..
 
111
 
 
112
=======
 
113
 
 
114
.. i18n: .. _OpenERP Server: http://openerp.com/wiki/index.php/InstallationManual/HomePage
 
115
.. i18n: .. _SQLAlchemy-0.3.11: http://sourceforge.net/projects/sqlalchemy/ SQLAlchemy-0.3.11
 
116
..
 
117
 
 
118
.. _OpenERP Server: http://openerp.com/wiki/index.php/InstallationManual/HomePage
 
119
.. _SQLAlchemy-0.3.11: http://sourceforge.net/projects/sqlalchemy/ SQLAlchemy-0.3.11