Added docs from wekan.wiki and wekan-snap.wiki

This commit is contained in:
Lauri Ojansivu 2024-03-08 21:24:14 +02:00
parent 76175a711a
commit 73ae73d4c3
198 changed files with 18189 additions and 0 deletions

View file

@ -0,0 +1,25 @@
## Install
On [Ubuntu Core KVM Download page](https://ubuntu.com/download/kvm) local x64 VM:
```
ssh -p 8022 username@localhost
snap install wekan
snap set wekan root-url='http://localhost:8090'
snap set wekan port='80'
```
Then Wekan is visible at http://localhost:8090
[Adding users](Adding-users)
List of Wekan Snap settings:
```
wekan.help | less
```
More info about Wekan Snap [Snap Install page](https://github.com/wekan/wekan-snap/wiki/Install) and right menu on that page.
[Documentation](https://github.com/wekan/wekan/wiki)