Bowe Strickland
2018-10-27 6e49871feaa1a60549206cf5512c9fb7f3d5fd56
docs/tutorials/wiki2/src/authorization/README.txt
@@ -14,13 +14,23 @@
- Upgrade packaging tools.
    env/bin/pip install --upgrade pip setuptools wheel
    env/bin/pip install --upgrade pip setuptools
- Install the project in editable mode with its testing requirements.
    env/bin/pip install -e ".[testing]"
- Configure the database.
- Initialize and upgrade the database using Alembic.
    - Generate your first revision.
        env/bin/alembic -c development.ini revision --autogenerate -m "init"
    - Upgrade to that revision.
        env/bin/alembic -c development.ini upgrade head
- Load default data into the database using a script.
    env/bin/initialize_tutorial_db development.ini