diff options
| author | Patricio Paez <pp@pp.com.mx> | 2012-11-19 21:03:46 -0600 |
|---|---|---|
| committer | Patricio Paez <pp@pp.com.mx> | 2012-11-19 21:03:46 -0600 |
| commit | c344e532e27ce078643ec3246002d2703ef85416 (patch) | |
| tree | 5672d6e705c91f499bfba007bd7a6f64866435ad /docs/tutorials/wiki2/src/tests/README.txt | |
| parent | e2bacf5565b86dd3394996b8b503ea87da479340 (diff) | |
| download | pyramid-c344e532e27ce078643ec3246002d2703ef85416.tar.gz pyramid-c344e532e27ce078643ec3246002d2703ef85416.tar.bz2 pyramid-c344e532e27ce078643ec3246002d2703ef85416.zip | |
Sync some SQL wiki tutorial files with the scaffold
- Files that are not referred to in a literalinclude
in the tutorial docs
- setup.py appears in literalinclude, but no lines
are added or removed so no impact. Fixed docutils
order in the requires list.
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/README.txt')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/README.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/src/tests/README.txt b/docs/tutorials/wiki2/src/tests/README.txt index 6f851e9b7..141851285 100644 --- a/docs/tutorials/wiki2/src/tests/README.txt +++ b/docs/tutorials/wiki2/src/tests/README.txt @@ -1 +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 + |
