diff --git a/Ubuntu-Core.md b/Ubuntu-Core.md new file mode 100644 index 0000000..85c506b --- /dev/null +++ b/Ubuntu-Core.md @@ -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) \ No newline at end of file