mirror of
https://github.com/google/nomulus.git
synced 2025-08-13 21:19:38 +02:00
Update Nomulus open source install guide
appcfg fails if version is not specified. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=227909394
This commit is contained in:
parent
6022353e57
commit
25f3d8544e
1 changed files with 2 additions and 2 deletions
|
@ -135,11 +135,11 @@ $ ls /path/to/app-dir/acme-registry-alpha
|
||||||
backend default META-INF tools
|
backend default META-INF tools
|
||||||
```
|
```
|
||||||
|
|
||||||
Now deploy the code to App Engine.
|
Now deploy the code to App Engine. We must provide a version string, e.g., live.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ appcfg.sh -A acme-registry-alpha --enable_jar_splitting \
|
$ appcfg.sh -A acme-registry-alpha --enable_jar_splitting \
|
||||||
update /path/to/app-dir/acme-registry-alpha
|
-V live update /path/to/app-dir/acme-registry-alpha
|
||||||
Reading application configuration data...
|
Reading application configuration data...
|
||||||
Processing module default
|
Processing module default
|
||||||
Oct 05, 2016 12:16:59 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
|
Oct 05, 2016 12:16:59 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue