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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Contribution
2
3 [TOC]
4
5 # How to checkout code and make change?
6
7 Follow the general infra development flow [here](../../doc/source.md)
8
9 # How to run Findit locally?
10
11 From command line, run:
12 infra/appengine/findit/scripts/run.sh run
13
14 Then open http://localhost:8080 for the home page.
15
16 # How to run unittests?
17
18 From command line, run:
19 infra/appengine/findit/scripts/run.sh test
20
21 If a code path branch is not tested and no line number is shown in the command
22 line output, you could check the code coverage report shown in the output.
23
24 # How to deploy to appengine?
25
26 For testing on the staging app, deploy to findit-for-me-staging.appspot.com:
27 infra/appengine/findit/scripts/run.sh deploy-test-staging
28
29 For staging test on the product app, deploy to findit-for-me.appspot.com:
30 infra/appengine/findit/scripts/run.sh deploy-test-prod
31
32 For release, deploy to findit-for-me.appspot.com:
33 infra/appengine/findit/scripts/run.sh deploy-prod
34 Please carefully follow the messages by the script for the deployment.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698