GithubHelp home page GithubHelp logo

jemmy / quicker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ollyxar/quicker

0.0 2.0 0.0 4 KB

Fastest way to set up dev environment for your project with Docker

License: MIT License

Dockerfile 100.00%

quicker's Introduction

Quicker: Fast Docker Dev Env

quicker

This project dedicated for PHP artisans. In the scope we combined most popular stack: NGINX + PHP7.2 + MySQL

Requirements:

  • Docker
  • Docker-compose

Configuring:

Most common configuration parameters elevated to main .env file. Just rename (copy) .env.example file to .env and set needed properties.

If you need to install additional features / modules you can specify them in the related Dockerfile instructions.

It is convenient to put docker-folder inside the project to get ability to start environment within project.

Basics

1. Building (rebuilding)

docker-compose build

2. Starting environment

Please use IDE (PHPStorm) to start environment!

Also it is possible to use command line:

docker-compose up -d

3. Stopping environment

Please use IDE (PHPStorm) to stop environment!

Also it is possible to use command line:

docker-compose down --remove-orphans

4. Attaching to running container

Please use IDE (PHPStorm) to exec bash inside the container!

Also it is possible to use command line:

docker exec -it quicker-php-fpm su -s /bin/bash www-data

quicker's People

Contributors

alexslipknot avatar

Watchers

jemmy avatar James Cloos 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.