-
Notifications
You must be signed in to change notification settings - Fork 88
(Installation) Windows
simon987 edited this page Nov 3, 2019
·
1 revision
Installation instructions:
- Download the JDK from here. Install the JDK and update your PATH and JAVA_HOME enviroment variables.
- Download Maven from here. Install Maven (following the README) and update your PATH enviroment variable.
- 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:
- In one Command Prompt window, run Mongo DB:
:: Runs Mongo DB
mongod
- 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