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
|
||||
e2e
|
||||
e2e-output
|
||||
e2e-playwright
|
||||
node_modules
|
||||
.nx
|
||||
nxcache
|
||||
scripts
|
||||
src
|
||||
lib
|
||||
integration
|
||||
tools
|
||||
demo-shell/src/
|
||||
demo-shell/resources/
|
||||
/angular.json
|
||||
/desktop.ini
|
||||
/cspell.json
|
||||
/CODE_OF_CONDUCT.md
|
||||
/.stylelintignore
|
||||
/ALFRESCOCORS.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
|
||||
|
||||
- [Node Version Manager](docs/tutorials/nvm.md)
|
||||
- [CORS guide](ALFRESCOCORS.md)
|
||||
- [CORS guide](docs/ALFRESCOCORS.md)
|
||||
|
||||
## Components
|
||||
|
||||
|
||||
@@ -119,13 +119,13 @@ If you want to install manually, you can follow the instructions on the
|
||||
|
||||
#### 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
|
||||
|
||||
#### 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.
|
||||
|
||||
* ECM : http://localhost:8888/alfresco/
|
||||
Reference in New Issue
Block a user