How To Install Openbravo ERP On Debian Lenny
How To Install Openbravo ERP On Debian LennyVersion 1.0 This document describes how to set up Openbravo ERP (enterprise management system) on Debian Lenny. Openbravo is an open source ERP solution designed specifically for the SME (small to midsize firm). Developed in a web based environment, it includes many robust functionalities which are considered part of the extended ERP: procurement and warehouse management, project and service management, production management, and financial management. A list of Openbravo ERP features can be found on http://www.openbravo.com/product/product-features/. I do not issue any guarantee that this will work for you!
1 Preliminary NoteIn this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100. These settings might differ for you, so you have to replace them where appropriate.
2 Installing Openbravo Dependencies2.1 PostgreSQLInstall PostgreSQL: apt-get install postgresql-8.3 Afterwards we have to set the PostgreSQL admin password: sed -i 's/ident sameuser$/trust/' /etc/postgresql/8.3/main/pg_hba.conf Open a PostgreSQL shell... psql -U postgres ... and set the password: alter role postgres with password 'yourrootsqlpassword'; (Replace yourrootsqlpassword with a password of your choice.) sed -i 's/trust$/md5/' /etc/postgresql/8.3/main/pg_hba.conf
2.2 Java JDKThe Sun Java JDK is available in the Debian Lenny non-free repository, therefore we must open /etc/apt/sources.list... vi /etc/apt/sources.list ... and add non-free to the Debian Lenny repositories:
Run apt-get update afterwards. Install the Java JDK as follows: apt-get install sun-java6-jdk Afterwards make it available systemwide: update-java-alternatives -s java-6-sun After that log out and in again for the changes to take effect.
2.3 Apache TomcatInstall Tomcat as follows: apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps Afterwards we have to configure it: vi /etc/init.d/tomcat5.5 Change TOMCAT5_SECURITY from yes to no:
Restart Tomcat: /etc/init.d/tomcat5.5 restart Now let's look if all went well: netstat -tap | grep jsvc Tomcat should be listening on port 8180: server1:~# netstat -tap | grep jsvc Next we need to set a few environment variables: echo 'CATALINA_HOME="/usr/share/tomcat5.5"' | tee -a /etc/environment After that log out and in again for the changes to take effect.
2.4 Apache AntApache ant has already been installed as dependency in the previous step - so all we have to do is set another environment variable: echo 'ANT_HOME="/usr/share/ant"' | tee -a /etc/environment After that log out and in again for the changes to take effect.
|
www.seamlessenterprise.com
One number. One voicemail. Seize the lead. Sprint Mobile Integration.
www.seamlessenterprise.com
One Number. One Voicemail.
Make it easier for clients to reach you. Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Sprint Mobile Integration.
www.seamlessenterprise.com
AT&T Synaptic Compute as a Service. Boost your power on demand.
Trial: IBM Cognos Express Reporting, Analysis & Planning




print: 

Recent comments
13 hours 50 min ago
15 hours 51 min ago
19 hours 2 min ago
21 hours 21 min ago
22 hours 32 min ago
23 hours 50 min ago
1 day 3 hours ago
1 day 7 hours ago
1 day 7 hours ago
1 day 22 hours ago