Reorganized Docs. In Progress.

This commit is contained in:
Lauri Ojansivu 2024-06-27 11:08:43 +03:00
parent 1961e22cbd
commit ce89ff4833
202 changed files with 0 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)