diff --git a/.ahoy.yml b/.ahoy.yml index 34c0098..97f1679 100644 --- a/.ahoy.yml +++ b/.ahoy.yml @@ -113,14 +113,14 @@ commands: fix-bay-token: usage: Fix the bay token by re-importing. cmd: | - pygmy stop \ + pygmy-go down \ && sleep 1 \ - && pygmy start \ + && pygmy-go up \ && docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs docker rm \ && docker-compose up -d --force \ - && pygmy stop \ + && pygmy-go down \ && sleep 1 \ - && pygmy start + && pygmy-go up link-package: usage: Link package from current repository root. diff --git a/README.md b/README.md index 5711e48..e3597a9 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Tools used for development of Tide distribution and modules. ## Prerequisites 1. Make sure that you have latest versions of all required software installed: - [Docker](https://www.docker.com/) - - [Pygmy](https://docs.amazee.io/local_docker_development/pygmy.html) + - [Pygmy](https://github.com/fubarhouse/pygmy-go) - [Ahoy](https://github.com/ahoy-cli/ahoy) 2. Make sure that all local web development services are shut down (`apache/nginx`, `mysql`, `MAMP` etc). ## Local environment setup 3. `curl https://raw.githubusercontent.com/dpc-sdp/dev-tools/master/install | bash` -4. `pygmy up` +4. `pygmy-go up` 5. `ahoy build` ## Available `ahoy` commands