Skip to content
Snippets Groups Projects
Commit d1f98f34 authored by furion's avatar furion
Browse files

improve README docs

parent ee1ab308
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,33 @@ hive indexer from-file /path/to/blocks.json.lst
hive server dev-server --port 1234
```
# Production Env
BYO MySQL deployment (ie. Amazon RDS).
Hive is deployed as Docker container (see `Dockerfile`).
## Environment Variables
| Variable | Default |
| ---------------------- | ------- |
| ENVIRONMENT | DEV |
| LOG_LEVEL | INFO |
| HTTP_SERVER_PORT | 8080 |
| HTTP_SERVER_STATS_PORT | 9191 |
## Services
Please see `/service`.
# Other
## Documentation
Generate documentation.
```
cd docs
make html
```
Then open `docs/_build` in browser.
## Spec
[Community Spec Draft](https://github.com/steemit/condenser/wiki/Community-Spec-%5BDRAFT%5D)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment