JCRM is an open source (GPL v3) Java based CRM.
Ubuntu: installation guide
Windows: installation guide
MacOS: installation guide
./gradlew buildSingleArtifact
sudo apt install postgresql postgresql-contrib
// TODO
// TODO
By default, DB user should be 'postgres' with 'root' password.
./gradlew bootRun \
-Djavax.mail.username=... \
-Djavax.mail.password=... \
-Djavax.mail.smtp.from=... \
-Ddb.upgrading.enabled=true
keytool -genkey -alias jcrm -keystore jcrm.p12 -storetype PKCS12 -keyalg RSA -validity 730 -keysize 2048