mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 15:18:49 +01:00
Reorganized Docs. In Progress.
This commit is contained in:
parent
1961e22cbd
commit
ce89ff4833
202 changed files with 0 additions and 0 deletions
25
docs/Platforms/Ubuntu-Core.md
Normal file
25
docs/Platforms/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