summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/authentication/README.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-02-14 17:47:48 -0600
committerMichael Merickel <michael@merickel.org>2016-02-14 17:47:48 -0600
commit00b2c691f88fcf42dfc81222aed939833f7f1f05 (patch)
treeae8970a9147d8b4be83c1e7cb9f5f71220a168a2 /docs/tutorials/wiki2/src/authentication/README.txt
parentda5ebc28c38ea32ad99389b5bc23e2f847af8047 (diff)
downloadpyramid-00b2c691f88fcf42dfc81222aed939833f7f1f05.tar.gz
pyramid-00b2c691f88fcf42dfc81222aed939833f7f1f05.tar.bz2
pyramid-00b2c691f88fcf42dfc81222aed939833f7f1f05.zip
implement the authentication example code
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/README.txt')
-rw-r--r--docs/tutorials/wiki2/src/authentication/README.txt14
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
+