Skip to content

Docker Instructions #140

@timhow38

Description

@timhow38

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions