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

Remove vagrant #333

Merged
merged 2 commits into from
Apr 15, 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
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Vagrant folder
.vagrant/

# phpstorm project files
.idea/
/nbproject/
Expand Down
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,17 @@


## Requirements ##
Linux, macOS
1. Docker

or

Windows (not actively maintained as a development platform)
1. VirtualBox
2. Vagrant
- Docker

## Setup ##
1. Clone this repo
2. (Vagrant users only) Edit Vagrantfile to specify whatever IP address you want, and adjust the synced folder
that gets mounted as /data if you need to
3. Copy ```local.env.dist``` to ```local.env``` and fill in the required variable values.
4. Set the following environment variables on your host (dev) machine:
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`.
5. Run `make start`, or if using Vagrant, run `vagrant up`
4. Run `make start`

## Configuration
By default, configuration is read from environment variables. These are documented
Expand Down
98 changes: 0 additions & 98 deletions Vagrantfile

This file was deleted.