[Admin-tool]

Deploy:
	update properties (cache = false)
	update script instructions


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56939 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2019-08-30 14:51:17 +00:00
parent c273aa361f
commit b6dff457a4
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ {
"environment":"beta", "environment":"beta",
"enablePiwikTrack" : false, "enablePiwikTrack" : false,
"useCache" : true, "useCache" : false,
"metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/", "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/",
"framesAPIURL" : "https://beta.openaire.eu/stats3/", "framesAPIURL" : "https://beta.openaire.eu/stats3/",
"claimsAPIURL" : "https://beta.services.openaire.eu/claims/rest/claimsService/", "claimsAPIURL" : "https://beta.services.openaire.eu/claims/rest/claimsService/",

View File

@ -14,7 +14,7 @@
# echo -n "Press key:"; # echo -n "Press key:";
# read -n1 ans # read -n1 ans
# pico ../src/assets/env-properties.json; # pico ../src/assets/env-properties.json;
# echo -n 'Check Robots.txt: For test and beta add "Diasallow /", for production remove it!'; # echo -n 'Check Robots.txt: always add "Diasallow /"';
# echo -n "Press key:"; # echo -n "Press key:";
# read -n1 ans # read -n1 ans
# echo -n "Pressed"; # echo -n "Pressed";
@ -30,5 +30,5 @@
##copy "deploy-folder/dist" in demo.openaire.eu ##copy "deploy-folder/dist" in demo.openaire.eu
##coppies of previous deployments exist in "/home/argiro.kokogiannaki/uoa-portal/connect-adminYYYY-MM-DD" ##coppies of previous deployments exist in "/home/argiro.kokogiannaki/uoa-portal/connect-adminYYYY-MM-DD"
##become nodejs user: "sudo su nodejs -s /bin/bash" ##become nodejs user: "sudo su nodejs -s /bin/bash"
##go to "cd /srv/www/portal-www" ##protal files exists in "/srv/www/portal-www"
##cp files from "cp -r HOME_PATH/deploy-folder/* ." ##cp files from "cp -r /home/argiro.kokogiannaki/uoa-portal/connect-adminYYYY-MM-DD/* /srv/www/portal-www"

View File

@ -1,7 +1,7 @@
{ {
"environment":"production", "environment":"production",
"enablePiwikTrack" : false, "enablePiwikTrack" : false,
"useCache" : true, "useCache" : false,
"metricsAPIURL" : "https://services.openaire.eu/usagestats/", "metricsAPIURL" : "https://services.openaire.eu/usagestats/",
"framesAPIURL" : "https://www.openaire.eu/stats3/", "framesAPIURL" : "https://www.openaire.eu/stats3/",
"claimsAPIURL" : "https://services.openaire.eu/claims/rest/claimsService/", "claimsAPIURL" : "https://services.openaire.eu/claims/rest/claimsService/",