-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgit-configuration.html
43 lines (36 loc) · 1.26 KB
/
git-configuration.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head></head>
<body>
<h2>GitHub:</h2>
<ul>
<li>Create GitHub Account on github.com</li>
<li>Fork https://github.com/SuperAmerica/agilefant</li>
<li>go to your for and go to Admin</li>
<li>go to Service Hooks</li>
<li>select "Post-Receive URLs</li>
<li>add http://home.segal.uvic.ca/~schadr/astc/githooks/remote-post-commit.php</li>
</ul>
<h2>Jazz.net:</h2>
<ul>
<li>Create jazz.net account</li>
<li>email <a href="mailto:[email protected]">[email protected]</a> your full name, account name, and email used to register</li>
<li>download RTC 3.0.1.1 (<a href="https://jazz.net/downloads/rational-team-concert/releases/3.0.1.1/RTC-Client-p2Repo-3.0.1.1.zip">link</a>)</li>
</ul>
<h2>Eclipse:</h2>
<ul>
<li>Download Eclipse 3.7.1 (<a href="http://www.eclipse.org/downloads/">link</a>)</li>
<li>Install Eclipse</li>
<li>Unzip RTC 3.0.1.1 zip and Install RTC (like any )</li>
<li>Connect to the AgilEfant SuperAmerica repository </li>
<li>Install EGit - http://download.eclipse.org/egit/updates/site.xml</li>
<li>Open Git Repository View</li>
<ul>
<li>Clone your forked repository (Use the clone button)</li>
<li>Expand repository</li>
<li>Right click Working Directory and select Import Project</li>
</ul>
<li>Install mylyn</li>
<li>Install ASTC plugin</li>
</ul>
</body>
</html>