mirror of
https://git.clerie.de/clerie/fieldpoc.git
synced 2026-01-03 06:18:12 +00:00
Extend readme
This commit is contained in:
parent
2d31abd1c3
commit
1046135e54
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -1,3 +1,23 @@
|
|||
# FieldPOC
|
||||
|
||||
A simple to use, good enough phone system for medium sized DECT networks.
|
||||
|
||||
## Development setup
|
||||
|
||||
Make sure you have [mitel_ommclient2]() in your Python modules path.
|
||||
|
||||
Add user credentials to your OMM to `fieldpoc_config.json`.
|
||||
|
||||
Edit `fieldpoc_extensions.json` to meet your preferences.
|
||||
|
||||
Start FieldPOC:
|
||||
|
||||
```
|
||||
python -m fieldpoc.run
|
||||
```
|
||||
|
||||
List some options:
|
||||
|
||||
```
|
||||
python -m fieldpoc.run --help
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue