Skip to content

Commit 7156cd1

Browse files
committed
Update README.md
1 parent 7be0ed4 commit 7156cd1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,18 @@ ModernUI-Framework by FirstFloor, hosted at https://mui.codeplex.com under MS-PL
5353

5454
# Usage
5555

56-
You an either download the compiled version or the whole repository, load it in Visual Studio
57-
and compile it yourself. Notice that some unit-tests will fail if you don't enter credentials
58-
for a test-database (and we didn't want to publish ours).
56+
#### Setup
57+
There is a ready-to-go [setup](https://github.com/pgmpm/ProcessCubeExplorer/tree/master/SETUP) that you can run to launch the application.
58+
You will need the *whole* folder (about 5MB).
59+
60+
#### Do it yourself
61+
You can also download the source code, load the *Process Cube Explorer.sln*-Solution into
62+
Visual Studio and compile the code yourself. Notice that some unit-tests will fail if you
63+
don't enter credentials for a test-database (and we didn't want to publish ours).
64+
65+
### Setting up a database
66+
The easiest way to try out the Process Cube Explorer is to set up a local MySQL-Server via [Xampp](https://www.apachefriends.org/download.html) and run the [RunningExample.sql](https://github.com/pgmpm/ProcessCubeExplorer/blob/master/Running%20Example.sql)-script
67+
on it.
5968

6069
### Connecting to a database
6170
The software supports the following databases:

0 commit comments

Comments
 (0)