Navigation Menu

Skip to content

dmrzh/simplex-crm-b2b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplex-crm-b2b

CRM for B2B with web interface.

##To run application in development mode

  1. Install java http://www.oracle.com/technetwork/java/javase/downloads/index.html

  2. Install maven http://www.apache-maven.ru/install.html

  3. Instal postgresql database

  4. correct src/profiles/dev/META-INF/context.xml

  5. start application:

     mvn org.apache.tomcat.maven:tomcat7-maven-plugin:run
    
  6. open browser at http://localhost:8080/simplex-crm-b2b/

##To make war distribution

  1. Install java http://www.oracle.com/technetwork/java/javase/downloads/index.html

  2. Install maven http://www.apache-maven.ru/install.html

  3. Instal postgresql database

  4. correct src/profiles/prod/META-INF/context.xml (for tomcat, for other container create DataSource in server), copy context.xml to /etc/tomcat7/Catalina/localhost/mycontext.xml if needed.

  5. build application:

     mvn -Dmaven.test.skip=true clean package -P prod     
    

*.war file wil be created in target/ directory

To run application in production mode deploy war to you application server (tested with tomcat).

Screenshot

Demo

About

CRM for B2B with web interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages