mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Created Ubuntu Core (markdown)
parent
f860d0631f
commit
2b1be8a0f3
1 changed files with 18 additions and 0 deletions
18
Ubuntu-Core.md
Normal file
18
Ubuntu-Core.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
## Install
|
||||
|
||||
On [Ubuntu Core KVM Download page](https://ubuntu.com/download/kvm) local 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](https://github.com/wekan/wekan/wiki/Adding-users)
|
||||
|
||||
For more info, see [Snap Install page](https://github.com/wekan/wekan-snap/wiki/Install)
|
||||
Loading…
Add table
Add a link
Reference in a new issue