Skip to content

Commit

Permalink
Merge pull request #350 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 6.7.8
  • Loading branch information
briskt authored Aug 14, 2024
2 parents 4cea80e + 8f92ead commit e5bfe61
Show file tree
Hide file tree
Showing 4 changed files with 1,054 additions and 308 deletions.
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

0 comments on commit e5bfe61

Please sign in to comment.