mirror of
https://github.com/wekan/wekan.git
synced 2026-01-08 10:38:50 +01:00
Reorganized Docs. In Progress.
This commit is contained in:
parent
1961e22cbd
commit
ce89ff4833
202 changed files with 0 additions and 0 deletions
20
docs/Snap/CentOS8.md
Normal file
20
docs/Snap/CentOS8.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Using CentOS 8 Stream.
|
||||
|
||||
1. Install Snap https://snapcraft.io/docs/installing-snap-on-centos
|
||||
|
||||
2. Reboot
|
||||
|
||||
3. With terminal, test latest release candidate, to your server IP address:
|
||||
|
||||
```
|
||||
su
|
||||
snap install wekan --channel=latest/candidate
|
||||
snap set wekan root-url='http://YOUR-IP-ADDRESS'
|
||||
snap set wekan port='80'
|
||||
```
|
||||
|
||||
4. For additional server options, see https://github.com/wekan/wekan/wiki/Settings
|
||||
|
||||
5. For adding users, see https://github.com/wekan/wekan/wiki/Adding-users
|
||||
|
||||
6. For other login option, see right menu at https://github.com/wekan/wekan/wiki
|
||||
Loading…
Add table
Add a link
Reference in a new issue