-
Notifications
You must be signed in to change notification settings - Fork 14
Installation
The MBP can either be installed manually on the desired target platform (Windows, Linux, MacOS) or deployed with docker compose. This page describes the manual installation process. For the docker setup, please refer to the Docker guide.
In order to be able to install and run the MBP, the following software components need to be available on the target platform:
- Git
- Java 8 or higher
- Apache Maven
- Running instance of MongoDB
To install and run the MBP, please follow the subsequently described steps.
- Clone the master branch of the MBP repository, e.g. by executing
git clone https://github.com/IPVS-AS/MBP
on the command line. - Build the project using maven, e.g. by executing
mvn clean install
within the root directory of the project. - As a result of the previous step, a
target
directory was created, which contains a JAR file of the MBP. Switch into this directory, e.g. by executingcd target
. - Finally, run the JAR file, e.g. by executing
java -jar MBP.jar
.
If the installation was successful, the frontend of the MBP should now be accessible in your browser under the address http://localhost:8080/mbp. As part of the installation process, a default administrator account was created. It can be used with the following credentials:
User name:
admin
Password:12345
Universität Stuttgart - MBP Team 🔧