Alfresco Build 3bbef74bb9
Update branch for ADF 34469 and JS-API 4.9.0 [ci:force] (#2474)
* [ci:force][auto-commit] Update @alfresco/js-api to 4.9.0 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 34469

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 4.9.0-34469 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 34469

* [ci:force][auto-commit] Update @alfresco/adf-core to 4.9.0-34469 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 34469

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 4.9.0-34469 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 34469

* [ci:force][auto-commit] Update @alfresco/adf-cli to 4.9.0-34469 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 34469

* [ci:force][auto-commit] Update @alfresco/adf-testing to 4.9.0-34469 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 34469

* update lock file

* fix eslint plugin version

* [ci:force][auto-commit] Update @alfresco/js-api to 4.9.0 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 34479

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 4.9.0-34479 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 34479

* [ci:force][auto-commit] Update @alfresco/adf-core to 4.9.0-34479 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 34479

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 4.9.0-34479 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 34479

* [ci:force][auto-commit] Update @alfresco/adf-cli to 4.9.0-34479 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 34479

* [ci:force][auto-commit] Update @alfresco/adf-testing to 4.9.0-34479 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 34479

* fix lock file

Co-authored-by: Travis CI User <travis@example.org>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2022-03-17 16:10:34 +00:00
2021-04-06 12:29:17 +01:00
2021-04-28 16:14:20 +02:00
2022-01-27 16:10:37 +00:00
2022-03-14 11:09:50 +00:00
2022-03-15 15:49:42 +00:00
2018-04-20 10:10:43 +01:00
2022-03-15 15:49:42 +00:00
2019-07-10 09:43:21 +03:00
2018-03-15 18:37:02 +00:00
2018-04-04 16:16:28 +01:00
2017-12-11 14:58:25 +00:00

Alfresco - Simply a better way to create amazing digital experiences

Alfresco Content Application

Please refer to the Public documentation for more details

branch status
master Build Status
develop Build Status

Setting up environment variables

We need to set some environment variable to be able to run the local dev server. In the project root folder, create an .env file (this is gitignored) with the following data:

# App config settings
APP_CONFIG_BPM_HOST="<url>"
APP_CONFIG_ECM_HOST="<url>"
APP_CONFIG_OAUTH2_HOST="<url>"
APP_CONFIG_IDENTITY_HOST="<url>"
APP_CONFIG_PROVIDER="ALL"
APP_CONFIG_AUTH_TYPE="OAUTH"
APP_CONFIG_OAUTH2_CLIENTID="alfresco"
APP_CONFIG_OAUTH2_IMPLICIT_FLOW=true
APP_CONFIG_OAUTH2_SILENT_LOGIN=true
APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI="{protocol}//{hostname}{:port}/assets/silent-refresh.html"
APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/
# CONTENT - ALFRESCO OFFICE SERVICES PLUGIN RELATED
APP_CONFIG_PLUGIN_AOS=true
Description
Alfresco Content Application
Readme 150 MiB
Languages
TypeScript 92.3%
HTML 4.4%
SCSS 2.8%
Shell 0.3%
JavaScript 0.2%