mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Add pull vs build instructions to README
This commit is contained in:
@@ -19,14 +19,19 @@
|
|||||||
- Environment file for running the DSpace 7 REST API in Docker.
|
- Environment file for running the DSpace 7 REST API in Docker.
|
||||||
|
|
||||||
|
|
||||||
## To start DSpace from your branch using a published images for DSpace REST and DSpace Angular.
|
## To refresh / pull DSpace images from Dockerhub
|
||||||
```
|
```
|
||||||
docker-compose -p d7 -f docker-compose.yml -f docker/docker-compose-rest.yml up -d
|
docker-compose pull
|
||||||
```
|
```
|
||||||
|
|
||||||
## To build DSpace Angular from your branch using a published image for DSpace REST.
|
## To build DSpace images using code in your branch
|
||||||
```
|
```
|
||||||
docker-compose -p d7 -f docker-compose.yml -f docker/docker-compose-rest.yml up --build -d
|
docker-compose build
|
||||||
|
```
|
||||||
|
|
||||||
|
## To start DSpace (REST and Angular) from your branch
|
||||||
|
```
|
||||||
|
docker-compose -p d7 -f docker-compose.yml -f docker/docker-compose-rest.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
## To build DSpace REST and DSpace Angular.
|
## To build DSpace REST and DSpace Angular.
|
||||||
@@ -37,7 +42,6 @@
|
|||||||
docker-compose -p d7 up --build -d
|
docker-compose -p d7 up --build -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
From DSpace/DSpace-angular
|
From DSpace/DSpace-angular
|
||||||
```
|
```
|
||||||
docker-compose -p d7 up --build -d
|
docker-compose -p d7 up --build -d
|
||||||
@@ -46,7 +50,6 @@
|
|||||||
## End to end testing of the rest api (runs in travis).
|
## End to end testing of the rest api (runs in travis).
|
||||||
_In this instance, only the REST api runs in Docker. Travis will perform CI testing of Angular using Node to drive the tests._
|
_In this instance, only the REST api runs in Docker. Travis will perform CI testing of Angular using Node to drive the tests._
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose -p d7ci -f docker/docker-compose-travis.yml up -d
|
docker-compose -p d7ci -f docker/docker-compose-travis.yml up -d
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user