-
Notifications
You must be signed in to change notification settings - Fork 14
Windows Installation Step by Step
You have 3 ways to install the MBP on your Windows PC 😎:
- Install the MBP using an installer
- Install the MBP using a silent installer
- Install the MBP manually 🤘
Java 8
is required to be already installed before starting the MBP installation. If you do not have Java 8 installed, its installer can be found here.
In all of the 3 ways, the following software components will be installed, in order to set up the MBP: Mosquitto MQTT Broker, mongoDB server, and Tomcat8.
Once the installation is completed, the MBP will be available on the URL http://[MBP-Host]:8080/MBP
. To start using the MBP
, please click here to see our Quick start.
You can install MBP on your PC or Laptop just by running the installer provided in the GitHub project.
Once you downloaded the installer, run the installation script MBPInstaller.bat
, which automatically installs the external software components of the MBP.
A silent install is the installation of a software program that requires no user interaction.
You can install MBP environment on your PC or Laptop just by running the silent installer. Download Installer here.
👉 When you run the silent installer, you automatically accept all terms and conditions of the End User License Agreement (EULA) for all software components required by MBP.
Run the installation script MBPInstallerSilent.bat
, which automatically installs the external software components of the MBP.
In this case you will need to download an install the external software components manually.
Execute the following steps:
-
Install Mosquitto MQTT Broker
-
Install MongoDB server
-
Install Maven
-
Install Tomcat8
-
Download the
MBP
as a.zip
file or check out the MBP GitHub repository
$ git checkout https://github.com/IPVS-AS/MBP.git
-
Unzip
the MBP archive if applied and save it for example in theC:
directory -
Build the
MBP
binaries and start the MBP-
Open a Command Prompt
-
Type
cd C:\MBP-master
and click ENTER -
Type
mvn clean install
and click ENTER. This step creates for you aMBP.war
file (binaries). -
Open folder
C:\MBP\target
and move theMBP.war
to the Tomcatwebapps
folder located inC:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps
-
After a couple of seconds/minutes, the
MBP
will be available on the URLhttp://[MBP-Host]:8080/MBP
-
Universität Stuttgart - MBP Team 🔧