mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
parent
21c20e5de9
commit
fe0ea94f0b
@ -13,7 +13,19 @@
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- [Alfresco Docker image with CORS support](https://github.com/wabson/alfresco-docker-cors)
|
Docker machine with latest `platform-distribution:api-latest` image.
|
||||||
|
|
||||||
|
```
|
||||||
|
docker login dockerreg.alfresco.com
|
||||||
|
docker pull dockerreg.alfresco.com/platform-distribution:api-latest
|
||||||
|
docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
|
to clean up afterwards
|
||||||
|
|
||||||
|
```
|
||||||
|
docker-compose rm
|
||||||
|
```
|
||||||
|
|
||||||
### Configuring development environment
|
### Configuring development environment
|
||||||
|
|
||||||
|
4
docker-compose.yml
Normal file
4
docker-compose.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
alfresco:
|
||||||
|
image: dockerreg.alfresco.com/platform-distribution:api-latest
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
Loading…
x
Reference in New Issue
Block a user