Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Apr 5, 2014
1 parent 7be0ed4 commit 7156cd1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,18 @@ ModernUI-Framework by FirstFloor, hosted at https://mui.codeplex.com under MS-PL

# Usage

You an either download the compiled version or the whole repository, load it in Visual Studio
and compile it yourself. Notice that some unit-tests will fail if you don't enter credentials
for a test-database (and we didn't want to publish ours).
#### Setup
There is a ready-to-go [setup](https://github.com/pgmpm/ProcessCubeExplorer/tree/master/SETUP) that you can run to launch the application.
You will need the *whole* folder (about 5MB).

#### Do it yourself
You can also download the source code, load the *Process Cube Explorer.sln*-Solution into
Visual Studio and compile the code yourself. Notice that some unit-tests will fail if you
don't enter credentials for a test-database (and we didn't want to publish ours).

### Setting up a database
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
on it.

### Connecting to a database
The software supports the following databases:
Expand Down

0 comments on commit 7156cd1

Please sign in to comment.