stumash / CoursePlanner

http://conucourseplanner.online
MIT License
5 stars 3 forks source link

Added a development database #61

Closed Davidster closed 7 years ago

Davidster commented 7 years ago

resolves #58 and resolves #59

Summary

Changes on the vm not tracked by repo:

Changes that must be made moving forward

If we're deploying to prod, deploy.sh must replace the dbName property value with courseplannerdb inside courseplanner.properties. This should happen right before mvn clean install is executed.

Also when were deploying to prod, deploy.sh must sync up the webscraping source code between the repository and the remote directory: /opt/cp-webscraping. Perhaps use rsync and (important) exclude the node_modules