test and update to README

This commit is contained in:
dandds
2018-06-28 10:24:20 -04:00
parent 118a84560a
commit 46016faceb
2 changed files with 16 additions and 5 deletions

View File

@@ -15,6 +15,8 @@ To enter the virtualenv manually (a la `source .venv/bin/activate`):
If you want to automatically load the virtual environment whenever you enter the project directory, take a look at [direnv](https://direnv.net/). An `.envrc` file is included in this repository. direnv will activate and deactivate virtualenvs for you when you enter and leave the directory.
Additionally, ATST requires a redis instance for session management. Have redis installed and running. By default, ATST will try to connect to a redis instance running on localhost on its default port, 6379.
## Running (development)
To start the app and watch for changes: