-
Notifications
You must be signed in to change notification settings - Fork 4
Developer instructions
JCRichstein edited this page Nov 28, 2012
·
6 revisions
- Install git (http://git-scm.com/ provides the program and good instructions) as well as STS Springsource.
- Fork repository in the top right corner ("Fork") (https://help.github.com/articles/fork-a-repo)
- Use the terminal to go to the folder you want to have the polep folder in
- git clone https://github.com/YourUserName/polep.git (Use copy paste from Github)
- change with terminal into polep folder and then run:
- git submodule init
- git submodule update
- cd AgentSpring
- mvn clean install
The above steps will need to be adjusted for Windows.
might be a good start.
- Open STS
- Right click in package explorer:
- Import
- Maven -> Existing Maven projects (Choose the polep folder you cloned)
- Right click on top folder in STS package view
- TEAM -> Share Project
- Choose git as repository type
Adjust this wiki to make the instructions clearer.