Advertisement
Guest User

Comp instructions

a guest
Sep 21st, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Setting up with git
  2. 0. Remove your apache tomcat folder and get a new one, the apace tomcat/lib folder might be polluted with .jars we dont need
  3. 1. Rename the COMP9323 project, I will refer it to comp9323_old
  4. 2. In eclipse import comp9323_old/COMP9323.war, when doing the import wizard click finish and NOT next, you will have a COMP93232 project, I will refer it as comp9323_new
  5. 3. Move comp9323_old/.git to comp9323_new and move comp9323_old/.gitignore to comp9323_new
  6. 4. git pull
  7.  
  8. Information:
  9. 1. I removed the COMP9323/lib folder, not sure how we going to share them in the future
  10. 2. I added a constants.java class, change the paths to point to your apiKey but NEVER EVER push the changes to git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement