Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

fkmurphy/desafio_twgroup

Repository files navigation

Desafío TWGroup

Pasos para iniciar el proyecto

Clonar proyecto

git clone git@github.com:fkmurphy/desafio_twgroup.git desafiotwg-fkmurphy && cd desafiotwg-fkmurphy

Copiar el archivo example.env para docker-compose

cp example.env .env

Copiar el archivo .env.example para laravel.

cp desafiotwg/.env.example desafiotwg/.env

IMPORTANTE: Para habilitar el envío de email, además de configurar las variables de entorno típicas, deberá configurar la siguiente variable como true: MAIL_SERVICE=true

Constriuir la imagen y crear los contenedores

docker-compose build
docker-compose up -d

Instalar paquetes con composer

docker exec -ti app composer install

Crear la clave de laravel

docker exec -ti app php artisan key:generate

Correr migraciones

docker exec -ti app sh -c "php artisan migrate"

Ya puede registrarse http://127.0.0.1/

Compilar SASS

    docker exec -ti app sh -c "npm install && npm run watch"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published