mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
Try to fix Snap MongoDB.
This commit is contained in:
parent
74a4b28313
commit
bb4fde6374
4 changed files with 36 additions and 18 deletions
|
|
@ -15,6 +15,11 @@ echo -e "\t$ snap set $SNAP_NAME debug='true'"
|
|||
echo -e "\t-Disable the Debug of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME debug='false'"
|
||||
echo -e "\n"
|
||||
echo -e "To enable the MONGO_URL of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME mongo-url='...'"
|
||||
echo -e "\t-Disable the MONGO_URL of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME mongo-url=''"
|
||||
echo -e "\n"
|
||||
echo -e "Make sure you have connected all interfaces, check more by calling $ snap interfaces ${SNAP_NAME}"
|
||||
echo -e "\n"
|
||||
echo -e "${SNAP_NAME} has multiple services, to check status use systemctl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue