Giter VIP home page Giter VIP logo

docker-lnmp-1's Introduction

docker-lnmp (DEPRECATED, see below section)

This is a Dockerfile for build and run web-applications installed on Nginx + PHP-FPM + MySQL

How it's work

  1. Download project:

    $ git clone https://[email protected]/vukor/docker-lnmp.git ~/docker

  2. Install docker on your system

  3. Install dw for managing docker container "vukor/docker-lnmp":

    $ cd ~/docker/

    $ sudo ./dw install ( for GNU/Linux users )

    $ sudo ./dw-macos install ( for Mac OSX users )

  4. Build docker image docker-lnmp:

    $ dw build

    Or pull already building image:

    $ docker pull vukor/docker-lnmp

  5. Create mysql_data container:

    $ docker run --name docker-data -i -t vukor/docker-data

  6. Set MYSQL_LOGIN / MYSQL_PASSWORD for MySQL app in docker-lnmp/scripts/cmd_start.sh

  7. Run container:

    $ dw start

  8. For test nginx open in your browser page http://localhost/

  9. For test MySQL run on local host

    $ mysql -h YOUR-IP-ADDRESS -u MYSQL_LOGIN -pMYSQL_PASSWORD mysql

  10. For access to running container over ssh run on your host:

    $ dw attach

Help

Run dw -h for using help

share dirs

etc - configs files

www - web files

logs - nginx logs

Deprecated

This project is deprecated, use https://github.com/vukor/docker-web-stack

docker-lnmp-1's People

Contributors

vakhrushev avatar

Watchers

 avatar  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.