Compare commits

..

No commits in common. "35b48ddd95f710aea91bd561c3be8786e5120e30" and "a85e672eb9a32ee808fd6a21876cb882af01e2ea" have entirely different histories.

View File

@ -23,14 +23,13 @@ sudo apt install git maven openjdk-8-jdk mongodb
On Arch: On Arch:
``` bash ``` bash
sudo pacman -S git maven jdk8-opendjk sudo pacman -S git maven mongodb jdk8-opendjk
yay -S mongodb-bin
# Don't forget to start mongodb # Don't forget to start mongodb
sudo systemctl start mongodb.service sudo systemctl start mongodb.service
``` ```
*If needed, visit [yay installation](https://github.com/Jguer/yay#installation) and [troubleshooting mongodb](https://wiki.archlinux.org/index.php/MongoDB#Troubleshooting).* *If needed, visit [troubleshooting mongodb](https://wiki.archlinux.org/index.php/MongoDB#Troubleshooting).*
**Deploying server** **Deploying server**