[Explore|trunk]
get back deploy script update property files update sitemap.xml git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@55908 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
2e3574ca9c
commit
2d9bfe6815
|
@ -0,0 +1,44 @@
|
||||||
|
#ATTENTION
|
||||||
|
#DON'T run it in svn folder - it REMOVES files
|
||||||
|
#Copy project in another file "deploy-folder"
|
||||||
|
#cd "deploy-folder"
|
||||||
|
#run the script
|
||||||
|
|
||||||
|
## cp the file according to the deploy environment
|
||||||
|
|
||||||
|
# cp production-properties.json ../src/assets/env-properties.json;
|
||||||
|
# cp test-properties.json ../src/assets/env-properties.json;
|
||||||
|
# cp beta-properties.json ../src/assets/env-properties.json;
|
||||||
|
|
||||||
|
## uncommect from here-->
|
||||||
|
# echo -n 'Check that you have the correct properties file';
|
||||||
|
# echo -n "Press key:";
|
||||||
|
# read -n1 ans
|
||||||
|
# pico ../src/assets/env-properties.json;
|
||||||
|
# echo 'For Production keep meta for bots';
|
||||||
|
# echo -n 'Check index.html: For test keep meta for noindex, for production remove noindex and keep meta for Search engines verification';
|
||||||
|
# echo -n "Press key:";
|
||||||
|
# read -n1 ans
|
||||||
|
# echo -n "Pressed";
|
||||||
|
# pico ../src/index.html;
|
||||||
|
# echo -n 'Check Robots.txt: For test and beta add "Diasallow /", for production remove it!';
|
||||||
|
# echo -n "Press key:";
|
||||||
|
# read -n1 ans
|
||||||
|
# echo -n "Pressed";
|
||||||
|
# pico ../src/robots.txt;
|
||||||
|
# rm -rf ../src/assets/common-assets/.svn/;
|
||||||
|
# rm -rf ../src/app/openaireLibrary/.svn/;
|
||||||
|
# cd ..; npm run build:dynamic; cd deploy;
|
||||||
|
# rm -rf ../src ../node_modules ../.idea/ ../installOpenaireLib.sh;
|
||||||
|
# cd ..; rm -rf deploy;
|
||||||
|
# echo 'Now copy to the server!'
|
||||||
|
##<-- to here
|
||||||
|
|
||||||
|
#Deploy instructions!
|
||||||
|
#copy "deploy-folder" in beta.explore.openaire.eu, test.openaire.eu or explore.openaire.eu depending which in environment want to deploy and properties selected
|
||||||
|
#copies of previous deployments exist in "/home/argiro.kokogiannaki/deployments-folder/dashboardYYYY-MM-DD"
|
||||||
|
#run "npm i"
|
||||||
|
#become nodejs user: "sudo su nodejs -s /bin/bash"
|
||||||
|
#go to "cd /srv/www/portal"
|
||||||
|
#cp files from "cp -r HOME_PATH/deployments-folder/* ."
|
||||||
|
#restart portal "pm2 restart openaire"
|
|
@ -52,6 +52,7 @@
|
||||||
|
|
||||||
"adminToolsCommunity" :"openaire",
|
"adminToolsCommunity" :"openaire",
|
||||||
"contextsAPI":"https://services.openaire.eu/openaire/context",
|
"contextsAPI":"https://services.openaire.eu/openaire/context",
|
||||||
|
|
||||||
"communityAPI": "https://services.openaire.eu/openaire/community/",
|
"communityAPI": "https://services.openaire.eu/openaire/community/",
|
||||||
|
|
||||||
"csvLimit": 2000,
|
"csvLimit": 2000,
|
||||||
|
|
|
@ -10,10 +10,12 @@
|
||||||
"claimsAPIURL" : "https://services.openaire.eu/claims/rest/claimsService/",
|
"claimsAPIURL" : "https://services.openaire.eu/claims/rest/claimsService/",
|
||||||
"searchAPIURLLAst" : "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/",
|
"searchAPIURLLAst" : "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/",
|
||||||
"searchResourcesAPIURL" : "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/resources",
|
"searchResourcesAPIURL" : "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/resources",
|
||||||
|
"openCitationsAPIURL" : "https://services.openaire.eu/opencitations/getCitations?id=",
|
||||||
"csvAPIURL" : "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/reports",
|
"csvAPIURL" : "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/reports",
|
||||||
"searchCrossrefAPIURL" : "https://api.crossref.org/works",
|
"searchCrossrefAPIURL" : "https://api.crossref.org/works",
|
||||||
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
||||||
"searchOrcidURL" : "https://pub.orcid.org/v2.1/",
|
"searchOrcidURL" : "https://pub.orcid.org/v2.1/",
|
||||||
|
"orcidURL" : "https://orcid.org/",
|
||||||
"pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/",
|
"pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/",
|
||||||
"doiURL" : "https://dx.doi.org/",
|
"doiURL" : "https://dx.doi.org/",
|
||||||
"cordisURL" : "http://cordis.europa.eu/projects/",
|
"cordisURL" : "http://cordis.europa.eu/projects/",
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
"csvAPIURL" : "https://beta.services.openaire.eu/search/v2/api/reports",
|
"csvAPIURL" : "https://beta.services.openaire.eu/search/v2/api/reports",
|
||||||
"searchCrossrefAPIURL" : "https://api.crossref.org/works",
|
"searchCrossrefAPIURL" : "https://api.crossref.org/works",
|
||||||
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
||||||
|
|
||||||
"searchOrcidURL" : "https://pub.orcid.org/v2.1/",
|
"searchOrcidURL" : "https://pub.orcid.org/v2.1/",
|
||||||
"orcidURL" : "https://orcid.org/",
|
"orcidURL" : "https://orcid.org/",
|
||||||
"pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/",
|
"pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/",
|
||||||
|
@ -37,7 +36,6 @@
|
||||||
|
|
||||||
"piwikBaseUrl" :"https://analytics.openaire.eu/piwik.php?idsite=",
|
"piwikBaseUrl" :"https://analytics.openaire.eu/piwik.php?idsite=",
|
||||||
"piwikSiteId" : "6",
|
"piwikSiteId" : "6",
|
||||||
|
|
||||||
"loginUrl" :"http://scoobydoo.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/openid_connect_login",
|
"loginUrl" :"http://scoobydoo.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/openid_connect_login",
|
||||||
|
|
||||||
"logoutUrl" :"https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
|
"logoutUrl" :"https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
|
||||||
|
@ -50,10 +48,9 @@
|
||||||
|
|
||||||
"cacheUrl" :"http://scoobydoo.di.uoa.gr:3000/get?url=",
|
"cacheUrl" :"http://scoobydoo.di.uoa.gr:3000/get?url=",
|
||||||
|
|
||||||
"adminToolsAPIURL" :"http://duffy.di.uoa.gr:8080/uoa-admin-tools/",
|
"adminToolsAPIURL" :"http://scoobydoo.di.uoa.gr:8080/uoa-admin-tools/",
|
||||||
|
|
||||||
"adminToolsCommunity" :"openaire",
|
"adminToolsCommunity" :"openaire",
|
||||||
|
|
||||||
"datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",
|
"datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",
|
||||||
"contextsAPI":"https://dev-openaire.d4science.org/openaire/context",
|
"contextsAPI":"https://dev-openaire.d4science.org/openaire/context",
|
||||||
"communityAPI": "https://dev-openaire.d4science.org/openaire/community/",
|
"communityAPI": "https://dev-openaire.d4science.org/openaire/community/",
|
||||||
|
|
|
@ -5,11 +5,6 @@
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc><![CDATA[https://explore.openaire.eu/participate/claim]]></loc>
|
|
||||||
<changefreq>weekly</changefreq>
|
|
||||||
<priority>0.5</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc><![CDATA[https://explore.openaire.eu/search/find]]></loc>
|
<loc><![CDATA[https://explore.openaire.eu/search/find]]></loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
|
|
Loading…
Reference in New Issue