Merge branch 'v1.2' of git.daplie.com:Daplie/walnut.js into v1.2
This commit is contained in:
commit
b803229dac
|
@ -53,7 +53,7 @@ Installation
|
||||||
|
|
||||||
We're still in a stage where the installation generally requires many manual steps.
|
We're still in a stage where the installation generally requires many manual steps.
|
||||||
|
|
||||||
``bash
|
```bash
|
||||||
curl https://git.daplie.com/Daplie/walnut.js/raw/v1.2/installer/get.sh | bash
|
curl https://git.daplie.com/Daplie/walnut.js/raw/v1.2/installer/get.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,8 @@ my_name=walnut
|
||||||
my_app_pkg_name=com.daplie.walnut.web
|
my_app_pkg_name=com.daplie.walnut.web
|
||||||
my_app_ver="v1.2"
|
my_app_ver="v1.2"
|
||||||
my_azp_oauth3_ver="v1.2"
|
my_azp_oauth3_ver="v1.2"
|
||||||
|
# is the old version still needed in launchpad?
|
||||||
|
#my_azp_oauth3_ver="v1.1.3"
|
||||||
export NODE_VERSION="v8.9.0"
|
export NODE_VERSION="v8.9.0"
|
||||||
|
|
||||||
if [ -z "${my_tmp-}" ]; then
|
if [ -z "${my_tmp-}" ]; then
|
||||||
|
@ -26,7 +28,6 @@ fi
|
||||||
#my_app_ver="v1.1"
|
#my_app_ver="v1.1"
|
||||||
my_app_ver="installer-v2"
|
my_app_ver="installer-v2"
|
||||||
my_launchpad_ver="v1.2"
|
my_launchpad_ver="v1.2"
|
||||||
my_azp_oauth3_ver="v1.1.3"
|
|
||||||
my_iss_oauth3_rest_ver="v1.2.0"
|
my_iss_oauth3_rest_ver="v1.2.0"
|
||||||
my_iss_oauth3_pages_ver="v1.2.1"
|
my_iss_oauth3_pages_ver="v1.2.1"
|
||||||
my_www_daplie_ver=v1.0.15
|
my_www_daplie_ver=v1.0.15
|
||||||
|
|
Loading…
Reference in New Issue