欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Centric CRM
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
+ | Centric CRM: Enterprise-Class Open Source CRM | ||
+ | |||
+ | http://www.centriccrm.com/ | ||
==Install== | ==Install== | ||
− | 1. Install Sun or IBM Java | + | 1. Install Sun or IBM Java |
− | 2. Install a Web Application Server | + | 2. Install a Web Application Server |
− | 3. Install a Database Server | + | 3. Install a Database Server |
− | 4. Install Apache Ant | + | 4. Install Apache Ant |
− | 5. Setup the environment variables | + | 5. Setup the environment variables |
− | 6. Compile Centric CRM using "ant deploy" (update build.properties at this time) | + | 6. Compile Centric CRM using "ant deploy" (update build.properties at this time) |
− | 7. Create a .war using "ant war" | + | 7. Create a .war using "ant war" |
− | 8. Install the database using "ant installdb" | + | 8. Install the database using "ant installdb" |
− | 9. Deploy the .war to the Web Application Server | + | 9. Deploy the .war to the Web Application Server |
===SYSTEM SETTINGS=== | ===SYSTEM SETTINGS=== | ||
第28行: | 第31行: | ||
$ ant installdb3 | $ ant installdb3 | ||
===UPGRADE PROCESS=== | ===UPGRADE PROCESS=== | ||
+ | Stop Tomcat | ||
+ | Backup your fileLibrary and database | ||
+ | $ ant deploy | ||
+ | $ ant upgradedb | ||
+ | ===Web Services=== | ||
+ | $ export AXIS_HOME=/usr/local/apache-tomcat-6.0.10/webapps/axis | ||
+ | $ ant ws |
2007年7月28日 (六) 22:53的版本
Centric CRM: Enterprise-Class Open Source CRM
目录 |
Install
1. Install Sun or IBM Java 2. Install a Web Application Server 3. Install a Database Server 4. Install Apache Ant 5. Setup the environment variables 6. Compile Centric CRM using "ant deploy" (update build.properties at this time) 7. Create a .war using "ant war" 8. Install the database using "ant installdb" 9. Deploy the .war to the Web Application Server
SYSTEM SETTINGS
$ export JAVA_HOME=/usr/local/jdk1.5.0_07 $ export ANT_HOME=/usr/local/apache-ant-1.6.5 $ export ANT_OPTS="-Xmx192m -Xms192m" $ export CATALINA_HOME=/usr/local/apache-tomcat-6.0.10 $ export CATALINA_OPTS=-Djava.awt.headless=true $ export JAVA_OPTS="-Xms256m -Xmx256m -XX:PermSize=64m -XX:MaxPermSize=128m" $ export CENTRIC_HOME=usr/local/apache-tomcat-6.0.10/webapps/centric $ export CENTRIC_FILELIBRARY=/var/lib/centric_crm/fileLibrar
BUILD PROCESS
vi build.properties $ ant deploy $ ant installdb $ ant installdb2 $ ant installdb3
UPGRADE PROCESS
Stop Tomcat Backup your fileLibrary and database $ ant deploy $ ant upgradedb
Web Services
$ export AXIS_HOME=/usr/local/apache-tomcat-6.0.10/webapps/axis $ ant ws
分享您的观点