File: README

package info (click to toggle)
libphonenumber 8.13.51%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108,244 kB
  • sloc: cpp: 53,546; xml: 50,081; java: 33,392; javascript: 31,267; ansic: 482; jsp: 228; sh: 62; makefile: 33
file content (16 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (25)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
How to install the Appengine SDK to the Maven local repository?
Note that this needs to be done only once.
  $ mvn gae:unpack
  Note that you don't need to manually download any SDK.

How to generate the WAR?
  $ mvn package
  $ mvn war:war
  Note that this must be done before running the webapp locally and before
  deploying it to Appengine.

How to run the webapp locally?
  $ mvn gae:run

How to deploy the webapp to Appengine?
  $ mvn gae:update