mirror of
https://github.com/wekan/wekan.git
synced 2026-02-07 17:04:22 +01:00
Added docs from wekan.wiki and wekan-snap.wiki
This commit is contained in:
parent
76175a711a
commit
73ae73d4c3
198 changed files with 18189 additions and 0 deletions
25
docs/wekan.wiki/Ubuntu-Core.md
Normal file
25
docs/wekan.wiki/Ubuntu-Core.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue