mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-09-13 10:26:56 +00:00
Created Installation: Arch Linux (markdown)
parent
d4f2cd0d47
commit
08920491bd
27
Installation:-Arch-Linux.md
Normal file
27
Installation:-Arch-Linux.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
First, install needed tools
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo pacman -S git maven mongodb jdk8-opendjk
|
||||||
|
|
||||||
|
# Don't forget to start mongodb
|
||||||
|
sudo systemctl start mongodb.service
|
||||||
|
```
|
||||||
|
|
||||||
|
*If needed, visit [troubleshooting mongodb](https://wiki.archlinux.org/index.php/MongoDB#Troubleshooting).*
|
||||||
|
|
||||||
|
Then you can deploy the server
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
# 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`!
|
Loading…
x
Reference in New Issue
Block a user