INSTALL 1.7 KB
Newer Older
1
This file will give you a quick help on how to get ERP5 running on a computer.
Jérome Perrin's avatar
Jérome Perrin committed
2
http://wiki.erp5.org/ might contain more accurate information.
Jean-Paul Smets's avatar
Jean-Paul Smets committed
3

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

7 8
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
9

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

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

15
Third-party components:
Jérome Perrin's avatar
Jérome Perrin committed
16 17
* Zope                                                              www.zope.org
* Zope CMF                                                          cmf.zope.org
18
* MySQL                                                            www.mysql.org
Jérome Perrin's avatar
Jérome Perrin committed
19
* Localizer                                                       www.ikaaro.org
20
* BTreeFolder2                http://hathaway.freezope.org/Software/BTreeFolder2
Jérome Perrin's avatar
Jérome Perrin committed
21 22
* CMFhoto
* CMFReportTool
23
* ZMySQLDA
Jérome Perrin's avatar
Jérome Perrin committed
24
* PluggableAuthService
Jean-Paul Smets's avatar
Jean-Paul Smets committed
25

26
Some of those components can be downloaded as RPMs from nexedi repository :
Jérome Perrin's avatar
Jérome Perrin committed
27
urpmi.addmedia nexedi http://www.nexedi.org/static/Mandrake/2006.0/RPMS/
Jean-Paul Smets's avatar
Jean-Paul Smets committed
28

Jérome Perrin's avatar
Jérome Perrin committed
29 30
From ERP5 subversion repository:
      svn co https://svn.erp5.org/repos/public/erp5/trunk/products/
31 32 33 34 35 36 37 38 39 40
* CMFActivity
* CMFCategory
* ERP5
* 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
============

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
==================================

Jérome Perrin's avatar
Jérome Perrin committed
58
Check that you have the latest versions from subversion.
59 60 61
Check that you have all the required components in a working state.
Restart Zope.