Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.7.8 #350

Merged
merged 4 commits into from
Aug 14, 2024
Merged
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
1. Clone this repo
2. Copy ```local.env.dist``` to ```local.env``` and fill in the required variable values.
3. Set the following environment variables on your host (dev) machine:
- `COMPOSER_CACHE_DIR`: the path where composer should cache packages. This makes composer
installs and updates much faster. Typically `/home/user/.composer`
- `DOCKER_UIDGID`: user ID and group ID. Use `1000:1000` if you are the primary user
on a Linux computer. Otherwise, run `id -u` and `id -g` and use the resulting numbers in place of `1000`.
4. Run `make start`
Expand Down
Loading