first commit
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Hi
|
||||
|
||||
## Deployment
|
||||
### Create venv to install requiered packages
|
||||
```bash
|
||||
$ python3 -m venv /path/to/new/virtual/environment
|
||||
```
|
||||
|
||||
### Use the venv created
|
||||
|
||||
```bash
|
||||
$ source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
|
||||
USAGE
|
||||
By default uses the files ./hostlist and ./users.json
|
||||
|
||||
>
|
||||
|
||||
Json example
|
||||
```json
|
||||
{
|
||||
"user1":"passwd",
|
||||
"user2":"passwd"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user