Create OpenERP appliance
Bino kindly provided a TKLpatch that transforms LAPP into an OpenERP appliance
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Pending Approval
- Series goal:
- None
- Implementation:
- Started
- Milestone target:
- None
- Started by
- Jeremy Davis
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Steps towards Implementation on TKL Squeeze PostGres (patch comes next after some more testing)
-------------
# After IP setup
# (using primary source http://
# try to have 1 gb of Ram for BZR, or at least a lot of time as a guide.. 256 is very slow after # first 50,000 kb)
__________
apt-get update
apt-get install tklpatch
(Y)
# went to webmin (ok, found I can now Paste from Browser in WEBSHELL, Cool (the next lines were pasted as one long line from Text Editor, so works in Webmin. Can have Dash at line end in Webshell)
apt-get install -y python-dateutil python-feedparser python-gdata python-ldap python-libxslt1
python-lxml python-mako python-openid python-psycopg2 python-pybabel python-pychart
python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-vatnumber
python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi python-docutils
python-psutil bzr wget python-unittest2 python-mock python-jinja2
# (added -y above, and removed line breaks in documentation) Pasted in Webmin Command quite
slow.. but goes in
apt-get install -y python-pip
# apt-get install python-pil (no release candidates)
apt-get install -y python-imaging
# (found a reference for 2 more Python adds on the Above Forum entry -- noted in # Comments.. (next linespasted)
# EDIT vion : added python-unittest2 and python-mock thanks for the comments
# EDIT2 vion : Added python-jinja2 because i (vion) got error: #openerp.
back to webshell
wget http://
tar zxvf gdata-2.0.17.tar.gz
cd gdata-2.0.17/
python setup.py install
(pasted in webmin command (a bit out of sequence but I don't know if it matters)
adduser --system --quiet --shell=/bin/bash --home=/opt/openerp --gecos 'OpenERP' --group openerp
su - postgres -c "createuser -s openerp" 2> /dev/null || true
# su - openerp
cd /opt/openerp
bzr branch lp:openobject-server/7.0 server
bzr branch lp:openobject-addons/7.0 addons
bzr branch lp:openerp-web/7.0 web
(need to run chown and chmod on these folders)
chown -r openerp:openerp /opt/openerp
Start File is Created with the following in:
/opt/openerp
(best to edit within Webmin)
#!/bin/bash
./server/
# to invoke it I have to use (/bin/bash) below:
su - openerp
/bin/bash/ start
#(it should go w/out bin/bash I would think)
## Nikola Stojanoski
# January 27, 2013 at 8:46 pm
# #this post was for development version of OpenERP 7.0 and for that reason you need to # # ## start it every time you reboot your server.
# # I’ll do a production server post shortly, in the meanwhile you can add in your /etc/rc.local # # ## this line:
# ## su – openerp -c “/opt/openerp/
# Tried the above ## (su command) in /etc/rc.local but the shell prompt does not come back
In Shell though (stated elsewhere)
su - openerp
/bin/bash start
Starts the OPENERP Server
Can watch the console of events even showing web calls.
exit
returns the shell prompt
-------
(I had to add or recreate the Posgres user (probably missed it the first time through)
u - postgres -c "createuser -s openerp" 2> /dev/null || true
and also to Move the addons and web folders to /opt/openerp (as they had been dropped into root after shutting down to increace VM RAM for bzr performance)
go to BROWSER:
http://
CREATE a DATABASE.
START USING the AP
(Ports can be specified in the START file ABOVE)
-----------
2010- through 2012 Notes Below
-------------
There has been a OpenERP appliance created (small fee charge) I believe the link is openerpapplianc
Original TKLPatch by Bino: http://
Updated patch by rdmelon: http://
-----------
More information just Posted on the Turnkey Wiki. also posted a "Combined Appliance" Blueprint (OpenERP-
Some Progress on this... Meanwhile openerpapplianc
------------
12-7-12 L.Arnold
The patch I made last year was modified from Bino's. Did get MagentoERPConnect integrated but now OpenERP has changed their download links etc and it is not working.
12-27-12 L. Arnold
OpenERP 7.0 is now available. WGETS can be downloaded from
http://
The OpenSourcerer had a good update on integrating version OpenERP 6.1 into Ubuntu.. This reflected some of the new OpenERP downloads under the NIGHTLY folder structure and should be usable to make a Debian Patch as well.
----------
Day Later Note
Proper cooperative editing, requires having EtherPad Server Connection (aka Pads) https:/