updated scripts because I can't use general scripts to start/stop alfresco from different subdirectories

This commit is contained in:
cagache
2018-06-29 11:09:15 +03:00
parent c8bafd9b0b
commit c94fe3f74e
2 changed files with 0 additions and 15 deletions

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -e # exit if commands fails
set -x # trace what gets exe
docker-compose ps
docker-compose kill
docker-compose rm -fv

View File

@@ -1,12 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e # exit if commands fails
set -x # trace what gets exe
docker info
docker-compose --version
echo "Starting Alfresco with AGS amps applied in Docker container"
docker-compose ps
docker-compose up -d
WAIT_INTERVAL=1 WAIT_INTERVAL=1
COUNTER=0 COUNTER=0