Your Name
Email: <rafael AT SPAMFREE nexedi DOT com>
Personal tips
CEFET CAMPOS Repository
Long time ago, I create an svn repository for erp5_modeling stuff. At this repository there is some proof of concepts or experimental stuff created by me and some students related to erp5.
http://web.cefetcampos.br/cgi-bin/viewvc.cgi
Installer Tips
DownloadERP5Installer this installer is quite nice, to make it works at UBUNTU (7.04, 7.10 and 8.04) you have to delete libmysql files at /opt/erp5/lib.
Batch Upload of Business Templates
This can help to create a new site in few minutes.
# base_url is the path of Business templates in you filesystem. base_url = 'file:///opt/erp5_instance/bt5' # The list order is also important for the install sequence. bt5_list = [ 'erp5_base', 'erp5_pdm', 'erp5_pdf_style', 'erp5_trade', 'erp5_item', 'erp5_crm', 'erp5_project' ] for i in bt5_lista: bt = context.portal_templates.download(base_url + '/' + i) return 'Business Templates Uploaded.'
Pages that I'm trying to keep