-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
I'm confident with Xampp and some others however I'm having a bit of trouble with the Docker instructions.
This first part makes sense.
composer create-project ziishaned/opus
cd opus
cp .env.dist .env
This is where I get confused - (I have Docker on my machine)
docker-compose up
docker-compose exec app php artisan key:generate
docker-compose exec app php artisan migrate
docker run -v "$PWD":/var/www/ opus_app /usr/local/bin/composer install
Side Notes: I'm using a GitHub repo and VSCode
Metadata
Metadata
Assignees
Labels
No labels