forked from coolaj86/walnut.js
		
	Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5338f38195 | |||
| 0819e7d133 | |||
| bb48c635e2 | 
@ -9,8 +9,6 @@ my_name=walnut
 | 
			
		||||
my_app_pkg_name=com.daplie.walnut.web
 | 
			
		||||
my_app_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"
 | 
			
		||||
 | 
			
		||||
if [ -z "${my_tmp-}" ]; then
 | 
			
		||||
@ -26,8 +24,9 @@ fi
 | 
			
		||||
### IMPORTANT ###
 | 
			
		||||
###  VERSION  ###
 | 
			
		||||
#my_app_ver="v1.1"
 | 
			
		||||
my_app_ver="v1.2"
 | 
			
		||||
my_app_ver="installer-v2"
 | 
			
		||||
my_launchpad_ver="v1.2"
 | 
			
		||||
my_azp_oauth3_ver="v1.1.3"
 | 
			
		||||
my_iss_oauth3_rest_ver="v1.2.0"
 | 
			
		||||
my_iss_oauth3_pages_ver="v1.2.1"
 | 
			
		||||
my_www_daplie_ver=v1.0.15
 | 
			
		||||
@ -107,20 +106,20 @@ pushd $my_tmp/opt/$my_name/core/lib/walnut@daplie.com/setup
 | 
			
		||||
  git pull
 | 
			
		||||
  git checkout $my_launchpad_ver
 | 
			
		||||
 | 
			
		||||
  git clone https://git.oauth3.org/OAuth3/oauth3.js.git ./assets/oauth3.org
 | 
			
		||||
  git clone https://git.daplie.com/OAuth3/oauth3.js.git ./assets/oauth3.org
 | 
			
		||||
  pushd assets/oauth3.org
 | 
			
		||||
    git checkout $my_azp_oauth3_ver
 | 
			
		||||
  popd
 | 
			
		||||
popd
 | 
			
		||||
 | 
			
		||||
pushd $my_tmp/opt/$my_name/packages
 | 
			
		||||
  git clone https://git.oauth3.org/OAuth3/issuer.rest.walnut.js.git rest/issuer@oauth3.org
 | 
			
		||||
  git clone https://git.daplie.com/OAuth3/issuer_oauth3.org.git rest/issuer@oauth3.org
 | 
			
		||||
  pushd rest/issuer@oauth3.org/
 | 
			
		||||
      git checkout $my_iss_oauth3_rest_ver
 | 
			
		||||
      $my_npm install
 | 
			
		||||
  popd
 | 
			
		||||
 | 
			
		||||
  git clone https://git.oauth3.org/OAuth3/issuer.html.git pages/issuer@oauth3.org
 | 
			
		||||
  git clone https://git.daplie.com/OAuth3/org.oauth3.git pages/issuer@oauth3.org
 | 
			
		||||
  pushd pages/issuer@oauth3.org
 | 
			
		||||
    git checkout $my_iss_oauth3_pages_ver
 | 
			
		||||
    bash ./install.sh
 | 
			
		||||
 | 
			
		||||
@ -42,7 +42,7 @@
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "bluebird": "3.x",
 | 
			
		||||
    "body-parser": "1.x",
 | 
			
		||||
    "cluster-store": "git+https://git.daplie.com/Daplie/cluster-store.git#v2",
 | 
			
		||||
    "cluster-store": "2.0.x",
 | 
			
		||||
    "connect": "3.x",
 | 
			
		||||
    "connect-cors": "0.5.x",
 | 
			
		||||
    "connect-recase": "^1.0.2",
 | 
			
		||||
@ -57,17 +57,17 @@
 | 
			
		||||
    "jwk-to-pem": "^1.2.6",
 | 
			
		||||
    "mailchimp-api-v3": "^1.7.0",
 | 
			
		||||
    "mandrill-api": "^1.0.45",
 | 
			
		||||
    "masterquest-sqlite3": "git+https://git.daplie.com/node/masterquest-sqlite3.git",
 | 
			
		||||
    "masterquest-sqlite3": "1.0.x",
 | 
			
		||||
    "mkdirp": "^0.5.1",
 | 
			
		||||
    "multiparty": "^4.1.3",
 | 
			
		||||
    "nodemailer": "^1.4.0",
 | 
			
		||||
    "nodemailer-mailgun-transport": "1.x",
 | 
			
		||||
    "oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git#v1.2",
 | 
			
		||||
    "oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git",
 | 
			
		||||
    "recase": "^1.0.4",
 | 
			
		||||
    "request": "^2.81.0",
 | 
			
		||||
    "scmp": "^2.0.0",
 | 
			
		||||
    "serve-static": "1.x",
 | 
			
		||||
    "sqlite3-cluster": "git+https://git.daplie.com/coolaj86/sqlite3-cluster.git#v2",
 | 
			
		||||
    "sqlite3-cluster": "2.1.x",
 | 
			
		||||
    "stripe": "^4.22.0",
 | 
			
		||||
    "twilio": "1.x"
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user