mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-04 06:22:58 +00:00
0
(Installation) Arch Linux
simon987 edited this page 2019-11-03 09:21:52 -05:00
First, install needed tools
sudo pacman -S git maven mongodb jdk8-opendjk
# Don't forget to start mongodb
sudo systemctl start mongodb.service
If needed, visit troubleshooting mongodb.
Then you can deploy the server
# Obtain source files
git clone https://github.com/simon987/Much-Assembly-Required.git
# Build
cd Much-Assembly-Required
mvn package
# Run
cd target
java -jar server-1.4a.jar
Finally open a broswer on http://localhost:4567
!