Klinisys makes the planning of operations easier
1.0 - June 2015
Please install those software before running the init script
- Docker
- Bower
- Gradle
The Software is based on open source technologies, so deploying it on Linux based systems is the easiest way to get the tool running.
It's no problem to run the software on Windows or Mac too, but the setup is a little bit more complicated.
First it's necessary to install Docker, so that container can be handled.
More information about the installation of docker can be found here: https://docs.docker.com/installation
After running the docker Server it's necessary to know the IP Address of the Docker host.
To start the application simple call the shell-script in the main directory.
$ sh startDB.sh
$ sh startDocker.sh <IP-Address of Docker host>After initializing all containers the web-application can be opened on Docker's IP Address on Port 80
For initializing Demo Data simple call the generating Web-Script on Docker's IP on port 9000
$ wget http://<IP-Address of Docker host>:9000/demo
$ wget http://<IP-Address of Docker host>:9001/demoThere are some complications on certain Command Line Tools while using Microsoft Windows.
For solving most of those problems please use Window's PowerShell and make sure, that the git and bower bin folders are set into the Environment Variables.
Feel free to contact us when having troubles during the installation: [email protected]
Thomas Hießl, Lukas Kränkl & Michael Mittermayr
MIT