mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-19 17:44:54 +00:00
Compare commits
3 Commits
a85e672eb9
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c7c78c0f6 | ||
| 35b48ddd95 | |||
|
|
5a0c5b6911 |
@@ -23,13 +23,14 @@ sudo apt install git maven openjdk-8-jdk mongodb
|
||||
|
||||
On Arch:
|
||||
``` bash
|
||||
sudo pacman -S git maven mongodb jdk8-opendjk
|
||||
sudo pacman -S git maven jdk8-opendjk
|
||||
yay -S mongodb-bin
|
||||
|
||||
# Don't forget to start mongodb
|
||||
sudo systemctl start mongodb.service
|
||||
```
|
||||
|
||||
*If needed, visit [troubleshooting mongodb](https://wiki.archlinux.org/index.php/MongoDB#Troubleshooting).*
|
||||
*If needed, visit [yay installation](https://github.com/Jguer/yay#installation) and [troubleshooting mongodb](https://wiki.archlinux.org/index.php/MongoDB#Troubleshooting).*
|
||||
|
||||
**Deploying server**
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-text</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.10.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mongodb</groupId>
|
||||
|
||||
Reference in New Issue
Block a user