mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00: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:
@@ -135,11 +135,11 @@ $ ls /path/to/app-dir/acme-registry-alpha
|
||||
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
|
||||
$ 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...
|
||||
Processing module default
|
||||
Oct 05, 2016 12:16:59 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
|
||||
|
||||
Reference in New Issue
Block a user