Skip to content

Сервис бронирования автомобилей.

Notifications You must be signed in to change notification settings

POMXARK/business_trips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfdc180 · Jun 10, 2024

History

17 Commits
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 8, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024
Jun 10, 2024

Repository files navigation

Сервис бронирования автомобилей.

Запуск

  • cp .env.example .env
  • php artisan optimize
  • chmod -R 777 storage/logs
  • docker-compose --env-file .env.docker-dev -f deploy/docker-dev/docker-compose.yml up --build -d

или Laravel Sail

demo-deploy (all in one)

  • sudo rm -r docker
  • sudo chmod -R 777 ./
  • docker build -t example-app -f deploy/all_in_one/Dockerfile .
  • docker run -d -p 8000:80 --name example-app example-app