mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 09:08:49 +01:00
Any newest MongoDB 3.2.x works.
parent
6b7d538ade
commit
9bf9d20c22
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ https://github.com/wefork/wekan/issues/58_
|
|||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
|
||||
echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
|
||||
sudo apt update
|
||||
sudo apt-get install -y mongodb-org=3.2.11 mongodb-org-server=3.2.11 mongodb-org-shell=3.2.11 mongodb-org-mongos=3.2.11 mongodb-org-tools=3.2.11
|
||||
sudo apt-get install -y mongodb-org mongodb-org-server mongodb-org-shell mongodb-org-mongos mongodb-org-tools
|
||||
sudo systemctl start mongod
|
||||
sudo systemctl enable mongod
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue