Open timhow38 opened 3 years ago
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
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.
This is where I get confused - (I have Docker on my machine)
Side Notes: I'm using a GitHub repo and VSCode