Forum archive
TKLPatch: TurnKey LAPP -> OpenERP
Dear all,
With a bunch of help from Alon and Liraz, here is a "conf" file to patch tkl-lapp iso image to include openerp.
This file may also be use to just install openerp on existing running tkl-lapp installation.
Caution :
- Please stop any instance of running Postgres daemon (i.e : /etc/init.d/postgresql-8.3 stop ), since this patch need to write to chrooted pgsql
- Openerp-web : run as service, no ssl, at port 8080
Credentials :
- Same as tkl-lapp ( /lapp )
- Openerp system and pgsql user = openerp
- Openerp pgsql password = openerp
Have fun
-bino-
BTW, looking at the patch it looks like you used the conf for everything, including creating init scripts and such. In the future you may be able to accomplish the same goal more easily by dropping files into the overlay.
Again, many thanks!