summaryrefslogtreecommitdiff
path: root/docs/tutorials/gae
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-28 22:41:03 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-28 22:41:03 +0000
commit44f1df7b7cec671fec92ead513804e52e63eb76d (patch)
tree98d95fc68b2c826034178d8c19c119bf0070e110 /docs/tutorials/gae
parentf2086c23b03717ead05ca3a512091e302534c002 (diff)
downloadpyramid-44f1df7b7cec671fec92ead513804e52e63eb76d.tar.gz
pyramid-44f1df7b7cec671fec92ead513804e52e63eb76d.tar.bz2
pyramid-44f1df7b7cec671fec92ead513804e52e63eb76d.zip
Fix overlong lines.
Diffstat (limited to 'docs/tutorials/gae')
-rw-r--r--docs/tutorials/gae/index.rst38
1 files changed, 8 insertions, 30 deletions
diff --git a/docs/tutorials/gae/index.rst b/docs/tutorials/gae/index.rst
index cf78896bb..bf77ac6da 100644
--- a/docs/tutorials/gae/index.rst
+++ b/docs/tutorials/gae/index.rst
@@ -124,13 +124,10 @@ system.
.. code-block:: text
- [chrism@vitaminf bfg_gae]$ python2.5 /usr/local/bin/dev_appserver.py bfgapp/app/INFO 2009-05-03 22:23:13,887 appengine_rpc.py:157] Server: appengine.google.com
- INFO 2009-05-03 22:23:13,898 appcfg.py:320] Checking for updates to the SDK.
- INFO 2009-05-03 22:23:14,034 appcfg.py:334] The SDK is up to date.
- WARNING 2009-05-03 22:23:14,035 datastore_file_stub.py:368] Could not read datastore data from /var/folders/dB/dByJ-qkiE6igZD4Yrm+nMk+++TI/-Tmp-/dev_appserver.datastore
- WARNING 2009-05-03 22:23:14,035 datastore_file_stub.py:368] Could not read datastore data from /var/folders/dB/dByJ-qkiE6igZD4Yrm+nMk+++TI/-Tmp-/dev_appserver.datastore.history
- WARNING 2009-05-03 22:23:14,045 dev_appserver.py:3240] Could not initialize images API; you are likely missing the Python "PIL" module. ImportError: No module named _imaging
- INFO 2009-05-03 22:23:14,050 dev_appserver_main.py:463] Running application bfgapp on port 8080: http://localhost:8080
+ [chrism@vitaminf bfg_gae]$ python2.5 /usr/local/bin/dev_appserver.py \
+ bfgapp/app/
+ INFO 2009-05-03 22:23:13,887 appengine_rpc.py:157] # ... more...
+ Running application bfgapp on port 8080: http://localhost:8080
You may need to run "Make Symlinks" from the Google App Engine
Launcher GUI application if your system doesn't already have the
@@ -189,36 +186,17 @@ system.
.. code-block:: text
- [chrism@vitaminf bfgapp]$ python2.5 /usr/local/bin/appcfg.py update ../bfgapp/app/
+ [chrism@vitaminf bfgapp]$ python2.5 /usr/local/bin/appcfg.py update \
+ ../bfgapp/app/
Scanning files on local disk.
Scanned 500 files.
- Scanned 1000 files.
- Initiating update.
- Cloning 761 application files.
- Cloned 100 files.
- Cloned 200 files.
- Cloned 300 files.
- Cloned 400 files.
- Cloned 500 files.
- Cloned 600 files.
- Cloned 700 files.
- Uploading 12 files.
- Deploying new version.
- Checking if new version is ready to serve.
- Will check again in 1 seconds.
- Checking if new version is ready to serve.
- Will check again in 2 seconds.
- Checking if new version is ready to serve.
- Will check again in 4 seconds.
- Checking if new version is ready to serve.
- Will check again in 8 seconds.
- Checking if new version is ready to serve.
+ # ... more output ...
Will check again in 16 seconds.
Checking if new version is ready to serve.
Closing update: new version is ready to start serving.
Uploading index definitions.
-#. Visit "<yourapp>.appspot.com" in a browser.
+#. Visit ``http://<yourapp>.appspot.com`` in a browser.
.. _pip_zip: