mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
add testing instructions
This commit is contained in:
parent
2496650b56
commit
cb71253e0d
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -24,6 +24,24 @@ Installation
|
|||
git clone https://github.com/Kloadut/SSOwat /etc/ssowat
|
||||
```
|
||||
|
||||
Testing
|
||||
-------
|
||||
|
||||
* clone the repo :
|
||||
```bash
|
||||
git clone https://github.com/Kloadut/SSOwat /etc/ssowat
|
||||
```
|
||||
* add a skin in /etc/ssowat/config.json.persistent
|
||||
```bash
|
||||
nano /etc/ssowat/config.json.persistent
|
||||
```
|
||||
|
||||
```yaml
|
||||
{
|
||||
"redirected_urls": {},
|
||||
"skin":"agentcobra"
|
||||
}
|
||||
```
|
||||
|
||||
Nginx configuration
|
||||
-------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue