Skip to content

(Installation) Windows

simon987 edited this page Nov 3, 2019 · 1 revision

Windows (tested on Windows 10)

Installation instructions:

  1. Download the JDK from here. Install the JDK and update your PATH and JAVA_HOME enviroment variables.
  2. Download Maven from here. Install Maven (following the README) and update your PATH enviroment variable.
  3. Download Mongo DB Community from here. Install Mongo DB following the instructions here. Update your PATH enviroment variable.

Building instructions:

:: Builds the server
cd Much-Assembly-Required
mvn package

Running instructions:

  1. In one Command Prompt window, run Mongo DB:
:: Runs Mongo DB
mongod
  1. In a second Command Prompt window, run the MAR server:
:: Runs the MAR server
cd Much-Assembly-Required\target
java -jar server-1.4a.jar
Clone this wiki locally