Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: doc/source/appengine.rst

Issue 725843004: DOC: added appengine.rst (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | doc/source/index.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/source/appengine.rst
diff --git a/doc/source/appengine.rst b/doc/source/appengine.rst
new file mode 100644
index 0000000000000000000000000000000000000000..9540b34ffbdbfbac0b328cd51955d34d966c001e
--- /dev/null
+++ b/doc/source/appengine.rst
@@ -0,0 +1,30 @@
+Developing an appengine application
Dirk Pranke 2014/12/09 21:27:00 I'd probably write "AppEngine" instead of "appengi
+===================================
+
+Structure in infra.git
+----------------------
+
+Infra.git hosts several google appengine projects, located in the ``appengine/``
+directory. Each subdirectory of ``appengine/`` is supposed to be a single
+appengine application. Code shared between applications should live in
+``appengine_modules/`` and be symlinked into application directories (the
+appengine upload script ``appcfg.py`` follows symbolic links).
+
+
+Testing of appengine applications
+---------------------------------
+Tests included in appengine applications (classes deriving from
+``unittest.TestCase``) are run by ``test.py``. Some convenience functions to
+help using the testbed server are included in
+``appengine_modules/testing_utils``. Some examples can be found in existing
+applications.
+
+
+Managing appengine apps
+-----------------------
+A convenience script wrapping ``appcfg.py`` called ``gae.py`` can be used to
+simplify and normalize the deployment process in ``infra.git``. Just add a
+symlink to it in your application. It is located in
+``appengine/swarming/appengine/components/tools/gae.py``, but this location is
+bound to change soon(c) (2014-12-05).
+
« no previous file with comments | « README.md ('k') | doc/source/index.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698