...
Codeblock |
---|
umkickstarter my-um-app --name acme.myumapp |
If you need to use an HTTP proxy…
The easiest way to make Gradle use your HTTP proxy is by setting certain systemProps in a file named $HOME\.gradle\gradle.properties
:
Codeblock |
---|
systemProp.https.proxyHost=proxyhost
systemProp.https.proxyHost=3128
systemProp.https.proxyUser=user
systemProp.https.proxyPassword=pass
SystemProp.https.nonProxyHosts=host1.com|host2.com |
License
After having received your development UM license, copy the file to env/devel/cmsbs-conf/cmsbs.license
.
...