34 lines
590 B
Markdown
34 lines
590 B
Markdown
# Status page server
|
|
|
|
#### How to run server:
|
|
|
|
```shell
|
|
./status server
|
|
```
|
|
|
|
#### How to run documentation server:
|
|
|
|
```shell
|
|
./status server-docs
|
|
```
|
|
|
|
#### Example `--help` command:
|
|
|
|
```
|
|
0.0.1
|
|
Usage: status <command> [<args>]
|
|
|
|
Options:
|
|
--help, -h display this help and exit
|
|
--version display version and exit
|
|
|
|
Commands:
|
|
server Start the api server
|
|
server-docs Generate documentation for api server
|
|
```
|
|
|
|
### Configuration
|
|
|
|
Go to one of these link for get documentation for app configuration
|
|
|
|
* [Russian Documentation](docs/RU.md) |