firstRun.md 786 Bytes
Newer Older
Matthias Betz's avatar
Matthias Betz committed
1
# First run
2
3

## Start
Matthias Betz's avatar
Matthias Betz committed
4
After extracting the zip file the file structure should be similar to the example image, depending on the version (GUI or batch).
5
6
![extracted](img/extracted.png)

Matthias Betz's avatar
Matthias Betz committed
7
To start CityDoctor the start.bat or start.sh should be used. It is possible to use the command in your own start scripts as needed.
8

Matthias Betz's avatar
Matthias Betz committed
9
The .bat/.sh file only contains the following command (example for windows and the GUI version):
10
```
Matthias Betz's avatar
Matthias Betz committed
11
java -classpath app/*;plugins/* de.hft.stuttgart.citydoctor2.gui.CityDoctorGUIStarter
12
13
14
```

!!! note
Matthias Betz's avatar
Matthias Betz committed
15
	The exact command has changed over the development history of CityDoctor.
16
	
Matthias Betz's avatar
Matthias Betz committed
17
For the batch version the command is similar and can be adapted for other operating systems.
18
19

!!! note
Matthias Betz's avatar
Matthias Betz committed
20
	The command can also be used for Linux and Mac but the ";" has to be replaced by ":".