Skip to content

winuall-admin/laradock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,522 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Laradock Logo

  1. Install docker and docker-compose
  2. docker-compose exec workspace bash
  3. composer install
  4. docker-compose up -d nginx
  5. docker-compose logs nginx to troubleshoot

How to setup ssl with laradock?

To setup ssl certificate with nginx in laradock, follow these steps:

  1. Generate certificates manually in personal laptop using certbot: sudo certbot certonly --manual

  2. Verify by transfering the files to the server and running nginx on http

  3. Once the domain is verified, transfer the certificate files in the laradock/nginx folder scp -i winuallconnect.pem fullchain.pem ec2-user@mec2-50-17-16-67.compute-1.amazonaws.com:~/.

  4. Modify laradock/nginx/Dockerfile and laradock/nginx/sites/default.conf

  5. Build the nginx image again

  6. Modify conf file to accept requests on 443

About

Docker PHP development environment.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 51.4%
  • HTML 24.9%
  • VCL 20.1%
  • CSS 2.1%
  • Groovy 1.5%