readme
This commit is contained in:
@@ -44,21 +44,29 @@ attach to existing tmux window
|
||||
clone the repo and set up virtual env
|
||||
|
||||
`git clone https://tea.cubes.link/cube/myriad.git`
|
||||
|
||||
`cd myriad`
|
||||
|
||||
`python3 -m venv venv`
|
||||
|
||||
`source venv/bin/activate`
|
||||
|
||||
install necessary packages in the virtual env
|
||||
|
||||
`pip install flask`
|
||||
|
||||
`pip install waitress`
|
||||
|
||||
make sure all directories exist
|
||||
|
||||
`mkdir instance`
|
||||
|
||||
`mkdir myriad/static/icons`
|
||||
|
||||
`mkdir myriad/static/blinkies`
|
||||
|
||||
`mkdir myriad/static/stamps`
|
||||
|
||||
`mkdir myriad/static/tmp`
|
||||
|
||||
copy sample from readme and paste into the following
|
||||
@@ -84,6 +92,7 @@ start running the site
|
||||
after running and setting up first user stop waitress (CTRL+C), then edit the config to disable user registration for security
|
||||
|
||||
`sudo nano instance/config.py`
|
||||
|
||||
`REGISTRATION = False`
|
||||
|
||||
## updating
|
||||
|
||||
Reference in New Issue
Block a user