An open API service indexing awesome lists of open source software.

https://github.com/zakaton/python-yolo


https://github.com/zakaton/python-yolo

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Python Yolo

run to kill process

```
sudo kill `sudo lsof -t -i:8080`
```

run to setup key:

```
openssl genrsa -out private_key.key 2048
```

```
openssl req -new -key private_key.key -out certificate.csr
```

```
openssl x509 -req -days 365 -in certificate.csr -signkey private_key.key -out certificate.crt
```

and put them in the `/sec` folder