INSTALL 2.03 KB
Newer Older
1
This file will give you a quick help on how to get ERP5 running on a computer.
Jean-Paul Smets's avatar
Jean-Paul Smets committed
2

3 4
Pre-requirements
================
Jean-Paul Smets's avatar
Jean-Paul Smets committed
5

6 7
The reader is supposed to have a basic knowledge of unix commands, MySQL and
Zope administration.
Jean-Paul Smets's avatar
Jean-Paul Smets committed
8

9 10
The Requirements
================
Jean-Paul Smets's avatar
Jean-Paul Smets committed
11

12
The following components are required in order to use ERP5:
Jean-Paul Smets's avatar
Jean-Paul Smets committed
13

14 15 16 17 18 19 20 21 22 23
Third-party components:
+ Zope                                                              www.zope.org
* Zope CMF (default, topicsi, workflow)                             cmf.zope.org
* MySQL                                                            www.mysql.org
* Localizer                                                        www.nuxeo.org
* CMFWiki                                                           www.zope.org
* Base18                                                                ERP5 CVS
* BTreeFolder2                http://hathaway.freezope.org/Software/BTreeFolder2
* Refresh
* CmfPhoto       http://smets.com/static/Mandrake/SOURCES/CMFPhoto-1.2.3.tar.bz2
Jean-Paul Smets's avatar
Jean-Paul Smets committed
24

25 26 27
Some of those components can be downloaded as RPMs from nexedi repository :
urpmi.addmedia nexedi http://www.nexedi.org/static/Mandrake/10.1/RPMS/
(also available for 9.1, 9.2, 10.0, 10.2)
Jean-Paul Smets's avatar
Jean-Paul Smets committed
28

29 30 31 32 33 34 35 36 37 38 39 40
From ERP5 CVS:                          :pserver:anonymous@openbrick.org/cvsroot
* CMFActivity
* CMFCategory
* ERP5
* ERP5CPS
* ERP5Catalog
* ERP5Form
* ERP5OOo
* ERP5Security
* ERP5SyncML
* ERP5Type
* ZSQLCatalog
Jean-Paul Smets's avatar
Jean-Paul Smets committed
41 42

Installation
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
============

Move/copy each CVS module you listed above directly into the Products folder
corresponding to the Zope instance you want to install ERP5 in.
Restart Zope.

First use
=========

From Zope Managment Interface:
Select "ERP5 Site" from the dropdown box in the workspace.

What to do if something goes wrong
==================================

Check that you have the latest versions from CVS.
Check that you have all the required components in a working state.
Restart Zope.

Known Bugs (outdated)
==========
Jean-Paul Smets's avatar
Jean-Paul Smets committed
64

65 66 67
It is necessary to refresh the ERP5 product in order
to use it because it is based on Formulator and Formulator
is loaded after ERP5 by Zope at startup