Set an image for ConcourseSuite Community Edition

Sign In or Register

ConcourseSuite Community Edition

Core Team
PostgreSQL Java
PUBLIC PROFILE

Steps for a successful Max OSX Installation

1. Download and install Tomcat 5.5 stable "Core" from
http://tomcat.apache.org/download-55.cgi
2. Depending on the total memory of your system, typically set Tomcat’s memory to half of the server by setting the following environment variable (in startup.sh):

export JAVA_OPTS="-Xms512 -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=128m"

3. Download and copy the Centric CRM binary (centric.war) file from http://www.centriccrm.com into Tomcat’s "webapps" directory
4. Setup a service to automatically have Tomcat start and stop during startup and shutdown

Sign in to add your comment.