Skip to content

Instantly share code, notes, and snippets.

@SwingGuy1024
Last active January 4, 2019 23:31
Show Gist options
  • Save SwingGuy1024/5546f5766f43ef1e326f85de7da53de5 to your computer and use it in GitHub Desktop.
Save SwingGuy1024/5546f5766f43ef1e326f85de7da53de5 to your computer and use it in GitHub Desktop.
temp.md

Loyalty Campaign Manager

Loyalty Campaign Manager is an application to manage user loyalty, including points, rewards and coupons.

Requirements

  • MySQL database built for loyalty-mobilem8-components
  • Tomcat running with mobilem8-loyalty-admin and loyalty-services apps

Check out and build loyalty-mobilem8-components and database

git clone git@bitbucket.org:tillsterdev/loyalty-mobilem8-components.git
cd loyalty-mobilem8-components
mvn clean install -Pcreate-db -Ddatabase.name=loyalty
cd ..

Deploy mobilem8-loyalty-admin.war and loyalty-services.war to Tomcat and properly configure them.

Start Tomcat.

Check out CMT

git clone git@bitbucket.org:tillsterdev/loyalty-campaign-manager.git
cd loyalty-campaign-manager

Run with live reload

make run

Browse to http://localhost:9000.

Play Framework will be automatically downloaded the first time you run this command.

Debug

make debug

Remote attach your debugger to localhost:9999.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment