mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
a92b3e8c0f73d030c2ef20b9ff1166c840a7e6f2
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 4.11.0-35074 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 35074 * [ci:force][auto-commit] Update @alfresco/adf-core to 4.11.0-35074 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 35074 * [ci:force][auto-commit] Update @alfresco/adf-content-services to 4.11.0-35074 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 35074 * [ci:force][auto-commit] Update @alfresco/adf-cli to 4.11.0-35074 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 35074 * [ci:force][auto-commit] Update @alfresco/adf-testing to 4.11.0-35074 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 35074 * [ci:force][auto-commit] Update @alfresco/adf-extensions to 4.11.0-35082 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 35082 * [ci:force][auto-commit] Update @alfresco/adf-core to 4.11.0-35082 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 35082 * [ci:force][auto-commit] Update @alfresco/adf-content-services to 4.11.0-35082 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 35082 * [ci:force][auto-commit] Update @alfresco/adf-cli to 4.11.0-35082 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 35082 * [ci:force][auto-commit] Update @alfresco/adf-testing to 4.11.0-35082 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 35082 * [ci:force][auto-commit] Update @alfresco/adf-extensions to 4.11.0-35087 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 35087 * [ci:force][auto-commit] Update @alfresco/adf-core to 4.11.0-35087 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 35087 * [ci:force][auto-commit] Update @alfresco/adf-content-services to 4.11.0-35087 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 35087 * [ci:force][auto-commit] Update @alfresco/adf-cli to 4.11.0-35087 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 35087 * [ci:force][auto-commit] Update @alfresco/adf-testing to 4.11.0-35087 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 35087 * [ci:force][auto-commit] Update @alfresco/adf-extensions to 4.11.0-35097 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 35097 * [ci:force][auto-commit] Update @alfresco/adf-core to 4.11.0-35097 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 35097 * [ci:force][auto-commit] Update @alfresco/adf-content-services to 4.11.0-35097 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 35097 * [ci:force][auto-commit] Update @alfresco/adf-cli to 4.11.0-35097 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 35097 * [ci:force][auto-commit] Update @alfresco/adf-testing to 4.11.0-35097 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 35097 * [ci:force][auto-commit] Update @alfresco/adf-extensions to 4.11.0-35102 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 35102 * [ci:force][auto-commit] Update @alfresco/adf-core to 4.11.0-35102 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 35102 * [ci:force][auto-commit] Update @alfresco/adf-content-services to 4.11.0-35102 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 35102 * [ci:force][auto-commit] Update @alfresco/adf-cli to 4.11.0-35102 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 35102 * [ci:force][auto-commit] Update @alfresco/adf-testing to 4.11.0-35102 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 35102 * [ci:force][auto-commit] Update @alfresco/adf-extensions to 4.11.0-35106 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 35106 * [ci:force][auto-commit] Update @alfresco/adf-core to 4.11.0-35106 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 35106 * [ci:force][auto-commit] Update @alfresco/adf-content-services to 4.11.0-35106 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 35106 * [ci:force][auto-commit] Update @alfresco/adf-cli to 4.11.0-35106 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 35106 * [ci:force][auto-commit] Update @alfresco/adf-testing to 4.11.0-35106 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 35106 Co-authored-by: Travis CI User <travis@example.org>
Alfresco Content Application
Please refer to the Public documentation for more details
branch | status |
---|---|
master | |
develop |
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
# ALFRESCO CONTENT SERVICE RELATED
APP_CONFIG_PLUGIN_CONTENT_SERVICE=true
Description
Languages
TypeScript
92.3%
HTML
4.4%
SCSS
2.9%
Shell
0.2%
JavaScript
0.2%