add testing instructions

This commit is contained in:
agentcobra 2017-01-11 23:07:29 +01:00
parent 2496650b56
commit cb71253e0d

View file

@ -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
-------------------