wiki/onboarding.md
... ...
@@ -8,7 +8,7 @@ This document describes the onboarding process for a new team member (developer)
8 8
9 9
1. Eclipse (e.g. Eclipse Classic 4.2.1 (Juno)), http://www.eclipse.org
10 10
2. Eclipse Extensions
11
- * Install Eclipse GWT should be version 2.5
11
+ * Install Eclipse GWT should be version 2.5 (https://developers.google.com/eclipse/docs/download)
12 12
3. Git (e.g. msysGit for Windows v1.7.10), http://git-scm.com
13 13
4. MongoDB (e.g. Production Release 2.0.4), download: http://www.mongodb.org/
14 14
5. RabbitMQ, download from http://www.rabbitmq.com/. Requires Erlang to be installed. RabbitMQ installer will assist in installing Erlang.
... ...
@@ -40,7 +40,7 @@ This document describes the onboarding process for a new team member (developer)
40 40
#### Steps to build and run the Race Analysis Suite
41 41
42 42
1. Get the content of the git repository
43
-- Clone the repository to your local file system from ssh://[SAP-User]@git.wdf.sap.corp:29418/SAPSail/sapsailingcapture.git or ssh://[user]@sapsailing.com/home/trac/git
43
+- Clone the repository to your local file system from {ssh://[SAP-User]@git.wdf.sap.corp:29418/SAPSail/sapsailingcapture.git} or {ssh://[user]@sapsailing.com/home/trac/git}
44 44
45 45
2. Check out the 'master' branch from the git repository. The 'master' branch is the main development branch. Please check that you start your work on this branch.
46 46