===============================
- Install Git (For windows, https://git-scm.com/)
- Install Java 8.x JDK ( From Oracle, http://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html )
- Install STS (Spring Tool Suite, https://spring.io/tools/sts/all)
- In Git Bash ... ( git clone https://github.com/olschofkah/osprey-jcore.git ) in the directory you wish to make your workspace.
- Ensure the branch/master is up to date prior to working on it prior to starting. ( git pull )
- Create a new branch if currently pointed to master ( git checkout -b quant-n ) or switch to an existing branch ( git checkout quant-n )
- Open STS
- Set the JDK to the java 8 version installed in the eclipse settings
- Import the projects into the package explorer in STS
- Open the boot dashboard and start the desired servers
- math
- screen
- securitymaster
- marketdata
- marketdata-rest (boot)