opus icon indicating copy to clipboard operation
opus copied to clipboard

Docker Instructions

Open timhow38 opened this issue 5 years ago • 0 comments

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

timhow38 avatar Dec 01 '20 18:12 timhow38