Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abbasfisal/laravel_vivify

dockerize laravel with nginx ,mysql , ssl certificate
https://github.com/abbasfisal/laravel_vivify

docker docker-compose mysql nginx nginx-configuration ssl

Last synced: 7 days ago
JSON representation

dockerize laravel with nginx ,mysql , ssl certificate

Awesome Lists containing this project

README

        

# install
`prerequisite: install certbot on your vps`

- 1 clone project
- 2 cp .env.example .env
- 3 docker-compose up -d --build
- 4 docker exec -it php sh
- 5 inside bash => composer install && php artisan key:generate =>then exit