https://github.com/marky-mark/mtt
MTT
https://github.com/marky-mark/mtt
Last synced: about 1 year ago
JSON representation
MTT
- Host: GitHub
- URL: https://github.com/marky-mark/mtt
- Owner: marky-mark
- Created: 2012-05-11T16:14:32.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-06T18:10:32.000Z (almost 14 years ago)
- Last Synced: 2025-02-16T02:44:57.736Z (over 1 year ago)
- Language: Java
- Size: 563 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
• download " https://github.com/mkelly-gt/MTT"
•Create a database called "mtt" in mysql, with a username "mtt" with a password "mtt" (make sure has sufficient privaleges)
•Using Apache Maven 2, at the base of the project, go into the folder called db
• Execute 'mvn clean compile'
• Execute 'mvn liquibase:update'
•go 1 directory back (cd ..) and execute 'mvn clean package'....the war is now built
• put the public.war file in the webapps folder of tomcat
• start up tomcat .../etc/init.d/tomcat start (There are all defaults so no need for application.properties unless you want to)
• Default user of “test” with password “abc123” can be used for login…go to “/login”