summaryrefslogtreecommitdiff
path: root/demo/README
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-12-18 11:56:40 +0000
committerNarayan Kamath <narayan@google.com>2014-12-23 12:32:44 +0000
commita77faddfc3b3e4cca8f585c82d669054aec221f4 (patch)
treeb3ca5eaf70be2df2a1a9cfc684532d1563d759a7 /demo/README
parenteec8af34d3129d0f37c45ff8a82b4212724a6d79 (diff)
downloadlibphonenumber-a77faddfc3b3e4cca8f585c82d669054aec221f4.tar.gz
Update libphonenumber to an unmodified copy of v7.0.1
Copied from upstream commit eb7f783d2fd7d222a10283a72d9e7 with no local modifications and a cherry-pick of commit 5b00cb5b2dc0582c29 (JAVA/JS: Documentation fix and added missing licences.) from upstream master. Added Android.mk to build the code for platform and unbundled use. Note that while we rename packages, we don't rename resources to make sure they're found. Change-Id: Idb886f1b5d7bca491b9f7f8d18574a88f08593ba
Diffstat (limited to 'demo/README')
-rw-r--r--demo/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/demo/README b/demo/README
new file mode 100644
index 00000000..29a46a1a
--- /dev/null
+++ b/demo/README
@@ -0,0 +1,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