ERP5 Live CD
ERP5 preferred installation method is a LiveCD which is able to store all persistent data on a hard disk. Thanks to ERP5 Live CD, implementing ERP5 at a distant location with little or no Linux skills is not an issue any longer. It also saves 1 day of precious engineer time by reducing the installation time to 1 minute, thus providing more time for application setup and customization.
Download
ERP5 Live CD 1.0rc11 — MD5 checksum: a48e22563973c9e9d18cbebf27f00554
Hardware requirements
The Live CD requires at least 1GB RAM to run smoothly. If you have less, it still will run, but will be often stopping for a while and wearing out your CD drive. We never succeeded to make it run on a machine with 128MB RAM.
You also need an HD with at least 512MB free space. Serial ATA disks may give you problems, since the LiveCD does not recognize certain types of SATA HDs.
Basic setup with the newest version of ERP5 and business templates
1. Get the latests LiveCD ISO image and burn it to CD.
2. Read the instructions in the README.TXT file on CD for basic Linux/Windows setup.
3. Boot from the CD. You will find your erp5cd directory under /mnt/storage .
4. Open a terminal. Run su at the command prompt, type erp5root when a password is requested. You are now logged in as root.
5. Change the current directory to /var/lib/zope/Products. Be sure to have an active Internet connection. Type ./svn_update.sh to run a script that checks out the latest version of ERP5 from the repository.
5.1 Only for LiveCD prior to version 1.0rc8 : Replace the file /var/lib/zope/Extensions/InventoryBrain.py with a symlink to /var/lib/zope/Products/ERP5/Extensions/InventoryBrain.py.
6. Restart zope
7. Create a new ERP5 Site and give it whatever name you wish. You'll be asked if you want to use CMFActivity. Select "I'm new to ERP5 so I'll use it later" (or else you need to setup a custom zope_tic_loop script).
This will soon be obsolete thanks to TimerService integration. If you run a Live CD >= version 1.0rc8, you can safely select "I know it and I want to use it"
8. Select Manage Business Templates from My Favorites menu (or change the URL address to localhost/your_new_erp5_site/portal_templates)
9. Install any desired business template following HowToInstallBusinessTemplates.
For further queries about the Live CD and its usage please refer to the FaqOnLiveCd