(Installation) Windows - simon987/Much-Assembly-Required GitHub Wiki
Windows (tested on Windows 10)
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