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

Unified Diff: appengine/findit_mock/DEV.md

Issue 2447253002: [Findit & Predator] Code reorg of Findit. (Closed)
Patch Set: Clean up. Created 4 years, 1 month 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
Index: appengine/findit_mock/DEV.md
diff --git a/appengine/findit_mock/DEV.md b/appengine/findit_mock/DEV.md
new file mode 100644
index 0000000000000000000000000000000000000000..f8c9d3aaeec975e0b5dbbad812d240b31243c53e
--- /dev/null
+++ b/appengine/findit_mock/DEV.md
@@ -0,0 +1,34 @@
+# Contribution
+
+[TOC]
+
+# How to checkout code and make change?
+
+Follow the general infra development flow [here](../../doc/source.md)
+
+# How to run Findit locally?
+
+From command line, run:
+ infra/appengine/findit/scripts/run.sh run
+
+Then open http://localhost:8080 for the home page.
+
+# How to run unittests?
+
+From command line, run:
+ infra/appengine/findit/scripts/run.sh test
+
+If a code path branch is not tested and no line number is shown in the command
+line output, you could check the code coverage report shown in the output.
+
+# How to deploy to appengine?
+
+For testing on the staging app, deploy to findit-for-me-staging.appspot.com:
+ infra/appengine/findit/scripts/run.sh deploy-test-staging
+
+For staging test on the product app, deploy to findit-for-me.appspot.com:
+ infra/appengine/findit/scripts/run.sh deploy-test-prod
+
+For release, deploy to findit-for-me.appspot.com:
+ infra/appengine/findit/scripts/run.sh deploy-prod
+Please carefully follow the messages by the script for the deployment.

Powered by Google App Engine
This is Rietveld 408576698