mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-18 02:06:43 +00:00
Added Arch Linux installation instructions
This commit is contained in:
parent
becf6e5feb
commit
abb92bfc75
25
README.md
25
README.md
@ -9,11 +9,28 @@ Chat: [Slack](https://join.slack.com/t/muchassemblyrequired/shared_invite/enQtMj
|
||||
|
||||
# Deploying the server
|
||||
|
||||
## Linux (Ubuntu 16.04)
|
||||
```bash
|
||||
# Install tools
|
||||
sudo apt install git maven openjdk-8-jdk mongodb
|
||||
## Linux
|
||||
|
||||
**Installing tools**
|
||||
|
||||
On Ubuntu 16.04:
|
||||
```bash
|
||||
sudo apt install git maven openjdk-8-jdk mongodb
|
||||
```
|
||||
|
||||
On Arch:
|
||||
``` 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).*
|
||||
|
||||
**Deploying server**
|
||||
|
||||
``` bash
|
||||
# Obtain source files
|
||||
git clone https://github.com/simon987/Much-Assembly-Required.git
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user