readme and tweaks
This commit is contained in:
@@ -51,6 +51,13 @@ attach to existing tmux window
|
|||||||
|
|
||||||
## installing
|
## installing
|
||||||
|
|
||||||
|
ensure system is up to date
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt upgrade
|
||||||
|
```
|
||||||
|
|
||||||
clone the repo and set up virtual env
|
clone the repo and set up virtual env
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ from myriad.utilities import server_time, get_datetime_str
|
|||||||
from myriad.db import get_db
|
from myriad.db import get_db
|
||||||
|
|
||||||
|
|
||||||
def create_app(test_config=None):
|
def create_app():
|
||||||
# create and configure the app
|
# create and configure the app
|
||||||
app = Flask(__name__, instance_relative_config=True)
|
app = Flask(__name__, instance_relative_config=True)
|
||||||
app.config.from_pyfile('config.py')
|
app.config.from_pyfile('config.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user