[Erp5-dev] How to create ERP5 site

Tiago Samaha tiagosamaha at gmail.com
Fri Feb 18 21:17:21 CET 2011


Hi all,

now someone can add the how to create ERP5 Site to
http://www.erp5.com/download/linux/Howto-Install.erp5.From.Buildout.
I have just translated the how to create ERP5 Site from ERP5BR (
http://softwarepublico.gov.br/dotlrn/clubs/erp5/xowiki/criandoERP5Site).

Creating ERP5 Site
===============

To create an ERP5 Site you need to do the following:
- Be sure that your instance is stopped:
     $ ~/instances/bin/development-site stop

- Edit your instance's zope.conf to change "enable-product-installation" to
"on":
     $ $EDITOR ~/instances/parts/development-site/etc/zope.conf

- Start your instance:
     $ ~/instances/bin/development-site fg

- Open your Zope instance, for example, http://localhost:18080/manage ,
where 18080 is your instance port;

- Log in with your manager user. The default user is zope and password is
zope;

-  Select ERP5 Site in the combobox at the top right of the page where is
written "Select type to add...".

- Fill in the form:
     - Id: erp5
     - Title: ERP5
     - ERP5 Database: development_site at 127.0.0.1:10002 development_user
development_password
     - CMF Activity Database:
development_site at 127.0.0.1:10002development_user development_password

- Notes
     - "development_site" is the database that you created on MySQL
     - 127.0.0.1 is the local address to the database
     - 10002 is the MySQL port
     - development_user and development_password are the database user and



Regards
-- 
Tiago Samahá Cordeiro
Linux User #468901
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20110218/53d9daf7/attachment.htm>


More information about the Erp5-dev mailing list