Skip to content

Developer instructions

JCRichstein edited this page Nov 28, 2012 · 6 revisions

Developer instructions

  1. Install git (http://git-scm.com/ provides the program and good instructions) as well as STS Springsource.
  2. Fork repository in the top right corner ("Fork") (https://help.github.com/articles/fork-a-repo)

Linux / Mac

  1. Use the terminal to go to the folder you want to have the polep folder in
  2. git clone https://github.com/YourUserName/polep.git (Use copy paste from Github)
  3. change with terminal into polep folder and then run:
  • git submodule init
  • git submodule update
  • cd AgentSpring
  • mvn clean install

Windows

The above steps will need to be adjusted for Windows.

might be a good start.

Common STS instructions

  1. Open STS
  2. Right click in package explorer:
  3. Import
  4. Maven -> Existing Maven projects (Choose the polep folder you cloned)
  5. Right click on top folder in STS package view
  6. TEAM -> Share Project
  7. Choose git as repository type

Adjust this wiki to make the instructions clearer.

Clone this wiki locally