GithubHelp home page GithubHelp logo

mxtheussouza / docker-php-nginx Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 61 KB

Repository to save docker image with php-fpm and nginx server for php projects (Laravel etc).

Dockerfile 43.50% Makefile 56.50%

docker-php-nginx's Introduction

Docker PHP-fpm and NGINX

Repository to save docker image with php-fpm and nginx server for php projects (Laravel etc).

Requirements

Installation

  1. Clone the repository.
git clone https://github.com/matheusdearaujo/docker-php-nginx.git
  1. Change directory.
cd docker-php-nginx
  1. Paste your project in root.
  2. Change all texts "project" to your project name.

  1. Run docker.
  • With Makefile
make install
  • Manually
docker-compose up -d --build
docker exec <PROJECT_NAME> composer install
docker exec <PROJECT_NAME> php artisan key:generate
docker exec <PROJECT_NAME> php artisan storage:link
sudo chown -R 33:33 bootstrap/ storage/
docker exec <PROJECT_NAME> php artisan config:cache

docker-php-nginx's People

Contributors

mxtheussouza avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.