|
9 | 9 |
|
10 | 10 | ### Getting Started
|
11 | 11 |
|
12 |
| -In Eclipse, clone the [registration-docker](https://github.com/spara/registration-docker.git) repository |
| 12 | +On the command line clone the [registration-docker](https://github.com/spara/java-debugging.git) repository |
13 | 13 |
|
14 |
| -`File`> `Import` |
15 |
| -Select `Git`> `Projects`> `Next` |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| -Select `Clone URI`> `Next` |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| -Enter the [`repositoryurl`](https://github.com/spara/registration-docker.git)> `Next` |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| -`Select the master branch`> `Next` |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| -`Enter the destination directory`> `Next` |
32 |
| - |
33 |
| - |
| 14 | +``` |
| 15 | +git clone https://github.com/spara/java-debugging.git |
| 16 | +``` |
34 | 17 |
|
35 |
| -Select the import wizard, `Import existing Eclipse project`> `Next` |
| 18 | +In Eclipse, import the app directory of that project as an existing maven project |
36 | 19 |
|
37 |
| - |
| 20 | +`File`> `Import` Select `Maven`> `Existing Maven Projects`> `Next` |
38 | 21 |
|
39 |
| -Select `registration-docker`> `Finish` |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +Select the app subdirectory of the directory where you cloned the project. |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +Select the pom.xml from the app directory, click `Finish`. |
| 31 | + |
| 32 | + |
40 | 33 |
|
41 |
| - |
42 | 34 |
|
43 | 35 | ### Building the application
|
44 | 36 |
|
|
0 commit comments