Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down