https://github.com/jsdecena/docker-php-lemp
A dockerized php lemp stack
https://github.com/jsdecena/docker-php-lemp
docker docker-compose docker-composer lemp lemp-stack linux mysql nginx php php7
Last synced: 5 months ago
JSON representation
A dockerized php lemp stack
- Host: GitHub
- URL: https://github.com/jsdecena/docker-php-lemp
- Owner: jsdecena
- Created: 2019-01-09T09:21:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T12:56:43.000Z (5 months ago)
- Last Synced: 2025-04-30T14:15:22.397Z (5 months ago)
- Topics: docker, docker-compose, docker-composer, lemp, lemp-stack, linux, mysql, nginx, php, php7
- Size: 28.3 KB
- Stars: 16
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EARN Accounting Software
DAD custom accounting software## How to Install
- Download and install docker in your system. [Download here](https://www.docker.com/get-started)
- Install composer [here](https://getcomposer.org/doc/00-intro.md) if you haven't
- - In the `project/`, rename `.env.example` to `.env`
- Move to the root folder and run `cd projects && docker-compose up -d`
- Go inside the docker container: `docker exec -it app sh`
- Once inside, run `composer install && php artisan fresh && php artisan db:seed`
- Open your browser and go to [http://localhost:8000](http://localhost:8000)
- Enjoy!