forked from kubiko/wekan-snap
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Lauri Ojansivu edited this page Jul 1, 2017
·
22 revisions
Welcome to the wekan-snap wiki!
https://uappexplorer.com/snap/ubuntu/wekan
sudo snap install wekan
wekan.help
It produces this help text:
Make sure you have connected all interfaces, check more by calling
$ snap interfaces
Wekan has two services, to check status/restart/stop use systemd commands:
You can use these service commands:
- status
- start
- stop
- restart
MongoDB service:
$ sudo systemctl status snap.wekan.mongodb
Wekan service:
$ sudo systemctl status snap.wekan.wekan
If you install the snap version of Wekan, probably you'll need to setup it for your IP and port. Just follow these steps:
$ sudo snap set wekan root-url="http://<your_ip>:<your_port>"
$ sudo snap set wekan port="<your_port>"
$ sudo systemctl restart snap.wekan.wekan
If it's not working, probably you'll use the mongodb port for another app, then, change it too:
sudo snap set wekan mongodb-port=27019
sudo snap disable wekan
sudo snap enable wekan
Wekan then is at http://localhost:8080