diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-29 13:02:13 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-29 13:02:13 -0600 |
| commit | 565fa59e7eab1e71ec4c4c1ee5773f2ecbf7a07f (patch) | |
| tree | 9f7098358c01622fcae8fbe8a318f6484e5d3c8b /docs/tutorials/wiki2/src/authentication/README.txt | |
| parent | cb98a90c3dcc40dc42813143a601ef631249f5f4 (diff) | |
| parent | a79bac6697fa312cd1ba0ac4e784bbc820c5e603 (diff) | |
| download | pyramid-565fa59e7eab1e71ec4c4c1ee5773f2ecbf7a07f.tar.gz pyramid-565fa59e7eab1e71ec4c4c1ee5773f2ecbf7a07f.tar.bz2 pyramid-565fa59e7eab1e71ec4c4c1ee5773f2ecbf7a07f.zip | |
Merge pull request #2024 from Pylons/feature/alchemy-scaffold-update
alchemy scaffold updates
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/README.txt')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/README.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/README.txt b/docs/tutorials/wiki2/src/authentication/README.txt new file mode 100644 index 000000000..68f430110 --- /dev/null +++ b/docs/tutorials/wiki2/src/authentication/README.txt @@ -0,0 +1,14 @@ +tutorial README +================== + +Getting Started +--------------- + +- cd <directory containing this file> + +- $VENV/bin/python setup.py develop + +- $VENV/bin/initialize_tutorial_db development.ini + +- $VENV/bin/pserve development.ini + |
