diff --git a/README.md b/README.md index 5ea73bc..f568ec4 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,20 @@ It needs a path to the *bedbase configuration file*, which can be provided either via `-c`/`--config` argument or read from `$BEDBASE_CONFIG` environment variable. --- -**Deployed public instance**: https://bedbase.org/ -**Documentation**: https://docs.bedbase.org/bedhost +## Links of interest -**API**: https://api.bedbase.org/ +- **Deployed public instance**: https://bedbase.org/ +- **Documentation**: https://docs.bedbase.org/bedhost +- **API**: https://api.bedbase.org/ +- **DEV API**: https://api-dev.bedbase.org/ +- **UI**: https://bedbase.org/ + -**DEV UI**: https://dev.bedhost.pages.dev/ +- **Source Code**: https://github.com/databio/bedhost/ -**DEV API**: https://api-dev.bedbase.org/ +## Developer quick-start -**UI**: https://bedbase.org/ - -**DEV UI**: https://dev.bedhost.pages.dev/ - -**Source Code**: https://github.com/databio/bedhost/ +``` +source environment/production.env +BEDBASE_CONFIG=deployment/config/api.bedbase.org.yaml uvicorn bedhost.main:app --reload +```