You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,18 @@ ModernUI-Framework by FirstFloor, hosted at https://mui.codeplex.com under MS-PL
53
53
54
54
# Usage
55
55
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
0 commit comments