forked from coolaj86/walnut.js
		
	Compare commits
	
		
			6 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 567c1cf39f | ||
|  | b803229dac | ||
|  | ed9b05913e | ||
|  | 20eccd5f31 | ||
|  | 4914b28b08 | ||
|  | ff95bfedb8 | 
| @ -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 | ||||||
| @ -24,9 +26,8 @@ fi | |||||||
| ### IMPORTANT ### | ### IMPORTANT ### | ||||||
| ###  VERSION  ### | ###  VERSION  ### | ||||||
| #my_app_ver="v1.1" | #my_app_ver="v1.1" | ||||||
| my_app_ver="installer-v2" | my_app_ver="v1.2" | ||||||
| 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 | ||||||
| @ -106,20 +107,20 @@ pushd $my_tmp/opt/$my_name/core/lib/walnut@daplie.com/setup | |||||||
|   git pull |   git pull | ||||||
|   git checkout $my_launchpad_ver |   git checkout $my_launchpad_ver | ||||||
| 
 | 
 | ||||||
|   git clone https://git.daplie.com/OAuth3/oauth3.js.git ./assets/oauth3.org |   git clone https://git.oauth3.org/OAuth3/oauth3.js.git ./assets/oauth3.org | ||||||
|   pushd assets/oauth3.org |   pushd assets/oauth3.org | ||||||
|     git checkout $my_azp_oauth3_ver |     git checkout $my_azp_oauth3_ver | ||||||
|   popd |   popd | ||||||
| popd | popd | ||||||
| 
 | 
 | ||||||
| pushd $my_tmp/opt/$my_name/packages | pushd $my_tmp/opt/$my_name/packages | ||||||
|   git clone https://git.daplie.com/OAuth3/issuer_oauth3.org.git rest/issuer@oauth3.org |   git clone https://git.oauth3.org/OAuth3/issuer.rest.walnut.js.git rest/issuer@oauth3.org | ||||||
|   pushd rest/issuer@oauth3.org/ |   pushd rest/issuer@oauth3.org/ | ||||||
|       git checkout $my_iss_oauth3_rest_ver |       git checkout $my_iss_oauth3_rest_ver | ||||||
|       $my_npm install |       $my_npm install | ||||||
|   popd |   popd | ||||||
| 
 | 
 | ||||||
|   git clone https://git.daplie.com/OAuth3/org.oauth3.git pages/issuer@oauth3.org |   git clone https://git.oauth3.org/OAuth3/issuer.html.git pages/issuer@oauth3.org | ||||||
|   pushd pages/issuer@oauth3.org |   pushd pages/issuer@oauth3.org | ||||||
|     git checkout $my_iss_oauth3_pages_ver |     git checkout $my_iss_oauth3_pages_ver | ||||||
|     bash ./install.sh |     bash ./install.sh | ||||||
|  | |||||||
| @ -62,7 +62,7 @@ | |||||||
|     "multiparty": "^4.1.3", |     "multiparty": "^4.1.3", | ||||||
|     "nodemailer": "^1.4.0", |     "nodemailer": "^1.4.0", | ||||||
|     "nodemailer-mailgun-transport": "1.x", |     "nodemailer-mailgun-transport": "1.x", | ||||||
|     "oauth3.js": "git+https://git.daplie.com/OAuth3/oauth3.js.git", |     "oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git#v1.2", | ||||||
|     "recase": "^1.0.4", |     "recase": "^1.0.4", | ||||||
|     "request": "^2.81.0", |     "request": "^2.81.0", | ||||||
|     "scmp": "^2.0.0", |     "scmp": "^2.0.0", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user