mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
cleanup docker ignore [ci:force]
This commit is contained in:
+3
-5
@@ -6,20 +6,18 @@ coverage
|
|||||||
docs
|
docs
|
||||||
e2e
|
e2e
|
||||||
e2e-output
|
e2e-output
|
||||||
|
e2e-playwright
|
||||||
node_modules
|
node_modules
|
||||||
|
.nx
|
||||||
|
nxcache
|
||||||
scripts
|
scripts
|
||||||
src
|
src
|
||||||
lib
|
lib
|
||||||
integration
|
|
||||||
tools
|
tools
|
||||||
demo-shell/src/
|
demo-shell/src/
|
||||||
demo-shell/resources/
|
demo-shell/resources/
|
||||||
/angular.json
|
/angular.json
|
||||||
/desktop.ini
|
|
||||||
/cspell.json
|
/cspell.json
|
||||||
/CODE_OF_CONDUCT.md
|
/CODE_OF_CONDUCT.md
|
||||||
/.stylelintignore
|
/.stylelintignore
|
||||||
/ALFRESCOCORS.md
|
|
||||||
/CONTRIBUTING.md
|
/CONTRIBUTING.md
|
||||||
/appveyor.yml
|
|
||||||
/BROWSER-SUPPORT.md
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ for full details on what you may need to install before using ADF.
|
|||||||
### See also
|
### See also
|
||||||
|
|
||||||
- [Node Version Manager](docs/tutorials/nvm.md)
|
- [Node Version Manager](docs/tutorials/nvm.md)
|
||||||
- [CORS guide](ALFRESCOCORS.md)
|
- [CORS guide](docs/ALFRESCOCORS.md)
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
|
|||||||
@@ -119,13 +119,13 @@ If you want to install manually, you can follow the instructions on the
|
|||||||
|
|
||||||
#### Start nginx
|
#### Start nginx
|
||||||
|
|
||||||
Start nginx using the supplied configuration in [nginx.conf](nginx.conf)
|
Start nginx using the supplied configuration in [nginx.conf](../nginx.conf)
|
||||||
|
|
||||||
nginx -c nginx.conf
|
nginx -c nginx.conf
|
||||||
|
|
||||||
#### Review nginx configuration
|
#### Review nginx configuration
|
||||||
|
|
||||||
To correctly configure nginx, use the [nginx.conf](nginx.conf) file in the project root folder.
|
To correctly configure nginx, use the [nginx.conf](../nginx.conf) file in the project root folder.
|
||||||
This will host Activiti, Alfresco and the app dev framework under the same origin.
|
This will host Activiti, Alfresco and the app dev framework under the same origin.
|
||||||
|
|
||||||
* ECM : http://localhost:8888/alfresco/
|
* ECM : http://localhost:8888/alfresco/
|
||||||
Reference in New Issue
Block a user