Install eZforOb
Contents |
Installing eZforOb
Requirements
In order to install eZforOb you need:
1. Openbravo ERP R2.2x (does not work with R2.3x or higher)
2. postgresql installed and running
3. apache2 installed and running
4. php4
5. postgresql authentication mechanism configured as trust http://www.postgresql.org/docs/7.4/static/auth-methods.html
6. php.ini configuration :
max_execution_time = 0 memory_limit = 128M
Note: eZforOB was originally developed on a openSUSE10.0. Others systems has not been tested. openSUSE10.0 has php 4.4.0 and postgres 8.0.3. If you know of other systems where it works properly, please write it here, too.
Installing
When you satisfy all the requirements, you can start installing eZforOb.
run init_BdD.sql script (that will create the database, the user database, and uploads the data)
copy everything to your document root, typically:
cp ezpublish /srv/www/htdocs/ -r
and change the owner to the apache user, typically:
chown wwwrun:www /srv/www/htdocs/ezpublish -r
then you can access your e-shop by pointing your browser to http://localhost/ezpublish
and the admin interface at http://localhost/index.php/admin
user admin and password admin
Support
If you want community support, use the openbravo forums.
Spanish:
http://sourceforge.net/forum/message.php?msg_id=4711537
English:
http://sourceforge.net/forum/message.php?msg_id=4713594
If you want commercial support, either contact opentrends, the company that implemented eZforOb, or Openbravo itself.


