Add User Guide resources (ref #239)

This commit is contained in:
George Kalampokis 2020-02-13 18:37:13 +02:00
parent 551db6a998
commit 2b41ca582f
35 changed files with 1124 additions and 23 deletions

View File

@ -1,18 +1,18 @@
dmp.domain = http://localhost:4200 dmp.domain = http://localhost:4200
####################PERSISTENCE OVERRIDES CONFIGURATIONS########## ####################PERSISTENCE OVERRIDES CONFIGURATIONS##########
database.url= database.url=jdbc:postgresql://10.250.10.65:5432/dmptool
database.username= database.username=dmtadm
database.password= database.password=t00L4DM@18!
####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS########## ####################ELASTIIC SEARCH TAGS OVERRIDES CONFIGURATIONS##########
elasticsearch.host = localhost elasticsearch.host = devel-23.local.cite.gr
elasticsearch.port = 9200 elasticsearch.port = 9200
####################ELK OVERRIDES CONFIGURATIONS########## ####################ELK OVERRIDES CONFIGURATIONS##########
http-logger.server-address = http://localhost:31311 http-logger.server-address=http://devel-23.local.cite.gr:31311
####################PDF OVERRIDES CONFIGURATIONS########## ####################PDF OVERRIDES CONFIGURATIONS##########
pdf.converter.url=http://localhost:88/ pdf.converter.url=http://localhost:3000/
####################CONFIGURATION FILES OVERRIDES CONFIGURATIONS########## ####################CONFIGURATION FILES OVERRIDES CONFIGURATIONS##########
configuration.externalUrls=ExternalUrls.xml configuration.externalUrls=ExternalUrls.xml
@ -20,9 +20,13 @@ configuration.rda=RDACommonStandards.txt
configuration.h2020template=documents/h2020.docx configuration.h2020template=documents/h2020.docx
configuration.configurable_login_providers=configurableLoginProviders.json configuration.configurable_login_providers=configurableLoginProviders.json
#############FACEBOOK LOGIN CONFIGURATIONS#########
facebook.login.clientId=
facebook.login.clientSecret=
facebook.login.namespace=
#############TWITTER LOGIN CONFIGURATIONS######### #############GOOGLE LOGIN CONFIGURATIONS#########
twitter.login.redirect_uri=http://127.0.0.1:4200/login/twitter google.login.clientId=524432312250-sc9qsmtmbvlv05r44onl6l93ia3k9deo.apps.googleusercontent.com
#############LINKEDIN LOGIN CONFIGURATIONS######### #############LINKEDIN LOGIN CONFIGURATIONS#########
linkedin.login.clientId= linkedin.login.clientId=
@ -32,17 +36,15 @@ linkedin.login.user_info_url=https://api.linkedin.com/v2/me
linkedin.login.user_email=https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~)) linkedin.login.user_email=https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))
linkedin.login.access_token_url=https://www.linkedin.com/uas/oauth2/accessToken linkedin.login.access_token_url=https://www.linkedin.com/uas/oauth2/accessToken
#############FACEBOOK LOGIN CONFIGURATIONS######### #############TWITTER LOGIN CONFIGURATIONS#########
facebook.login.clientId= twitter.login.redirect_uri=http://localhost:4200/login/twitter
facebook.login.clientSecret=
facebook.login.namespace=
#############B2 ACCESS CONFIGURATIONS######### #############B2 ACCESS CONFIGURATIONS#########
b2access.externallogin.user_info_url=https://b2access-integration.fz-juelich.de:443/oauth2/userinfo b2access.externallogin.user_info_url=https://b2access-integration.fz-juelich.de:443/oauth2/userinfo
b2access.externallogin.access_token_url=https://b2access-integration.fz-juelich.de:443/oauth2/token b2access.externallogin.access_token_url=https://b2access-integration.fz-juelich.de:443/oauth2/token
b2access.externallogin.redirect_uri=http://opendmp.eu/api/oauth/authorized/b2access b2access.externallogin.redirect_uri=http://localhost:4200/api/oauth/authorized/b2access
b2access.externallogin.clientid= b2access.externallogin.clientid=eudatdmptool
b2access.externallogin.clientSecret= b2access.externallogin.clientSecret=0p3ndmpt00!
#############ORCID CONFIGURATIONS######### #############ORCID CONFIGURATIONS#########
orcid.login.client_id=APP-766DI5LP8T75FC4R orcid.login.client_id=APP-766DI5LP8T75FC4R
@ -51,11 +53,11 @@ orcid.login.access_token_url=https://orcid.org/oauth/token
orcid.login.redirect_uri=http://localhost:4200/login/external/orcid orcid.login.redirect_uri=http://localhost:4200/login/external/orcid
#############OPENAIRE CONFIGURATIONS######### #############OPENAIRE CONFIGURATIONS#########
openaire.login.client_id= openaire.login.client_id=11ec4125-b661-4b98-bc29-62ac61e97ee9
openaire.login.client_secret= openaire.login.client_secret=d_RGQ8bkX5Y1zjkKNN-X9iIfFKSjxvB0pS05Ttpqqsjrsr5AGfjDjCFaBEqdyy2RnJaycZH5GjWcoE2fK0kfpw
openaire.login.access_token_url= openaire.login.access_token_url=https://aai.openaire.eu/oidc/token
openaire.login.redirect_uri= openaire.login.redirect_uri=https://argos.openaire.eu/login/openaire
openaire.login.user_info_url= openaire.login.user_info_url=https://aai.openaire.eu/oidc/userinfo
#############CONFIRMATION EMAIL CONFIGURATIONS######### #############CONFIRMATION EMAIL CONFIGURATIONS#########
conf_email.expiration_time_seconds=14400 conf_email.expiration_time_seconds=14400
@ -63,11 +65,11 @@ conf_email.subject=OpenDMP email confirmation
#############ZENODO CONFIGURATIONS######### #############ZENODO CONFIGURATIONS#########
zenodo.url=https://sandbox.zenodo.org/api/ zenodo.url=https://sandbox.zenodo.org/api/
zenodo.access_token= zenodo.access_token=C0pW5W5GKKw1uqU5az76U9G3TySVoD2umLyIp5voPxQ177BFlZYPCfQzBcKQ
#############CONTACT EMAIL CONFIGURATIONS######### #############CONTACT EMAIL CONFIGURATIONS#########
contact_email.mail= contact_email.mail=iamgeorgioskolokythas@gmail.com
language.path=tempLang/i18n/ language.path=tempLang/i18n/
userguide.path=tempGuide/ userguide.path=guide/

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

1099
guide/UserGuideDRAFT.html Normal file

File diff suppressed because it is too large Load Diff