summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-06-29 11:02:19 -0400
committerLauri Ojansivu <x@xet7.org>2019-06-29 11:02:19 -0400
commit6a05f4fb4e67b0075e1b07c4ed3d3ffdf52f9338 (patch)
tree884a20acbb4ad7de89ba9751353881e7749130e4
parent0d10282dbe77b37843f882054d260705f42bceba (diff)
downloadwekan-6a05f4fb4e67b0075e1b07c4ed3d3ffdf52f9338.tar.gz
wekan-6a05f4fb4e67b0075e1b07c4ed3d3ffdf52f9338.tar.bz2
wekan-6a05f4fb4e67b0075e1b07c4ed3d3ffdf52f9338.zip
- Change start-wekan.sh use mongodb port 27018 because xet7 uses
RocketChat MongoDB at 27017 and Wekan Snap MongoDB at 27019. MongoDB 4.0.10 port is installed separately for Xubuntu 19.10 from MongDB website and changed at /etc/mongod.conf to run on port 27018. Thanks to xet7.
-rw-r--r--snapcraft.yaml1
-rwxr-xr-xstart-wekan.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index ab6f3444..3062dabd 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,4 +1,5 @@
name: wekan
+base: core18
version: 0
version-script: git describe --dirty --tags | cut -c 2-
summary: The open-source kanban
diff --git a/start-wekan.sh b/start-wekan.sh
index 522cd5ea..304c1006 100755
--- a/start-wekan.sh
+++ b/start-wekan.sh
@@ -7,7 +7,7 @@
# Debug OIDC OAuth2 etc.
#export DEBUG=true
#---------------------------------------------
- export MONGO_URL='mongodb://127.0.0.1:27019/wekan'
+ export MONGO_URL='mongodb://127.0.0.1:27018/wekan'
#---------------------------------------------
# Production: https://example.com/wekan
# Local: http://localhost:2000