Giter Site home page Giter Site logo

docker-bluz's Introduction

All environment configuration located in docker folder.

  1. Create docker-compose.yml from docker-compose.yml.dist and configure up to you
  2. Build containers
$ docker-compose -p bluz -f docker/docker-compose.yml build
  1. Run containers
$ docker-compose -p bluz -f docker/docker-compose.yml up
  1. Run composer install from php container
$ docker exec -ti bluz_php php composer.phar install

After installing composer will run bin/install script for creating data/* folders and set right permissions

###Frequently Asked Question(s)

remove bluz containers

$ docker-compose -p bluz -f docker/docker-compose.yml rm

stop bluz containers

$ docker-compose -p bluz -f docker/docker-compose.yml stop

show containers for bluz

$ docker-compose -p bluz -f docker/docker-compose.yml ps

get inside container

$ docker exec -ti %container_name% %bash_commnad%

run phpunit tests

$ docker exec -ti bluz_php -u www-data phpunit

$ docker exec -ti bluz_php vendor/bin/phinx migrate -e development
$ docker exec -ti bluz_php vendor/bin/phinx seed:run -e development

docker-bluz's People

Contributors

skifua avatar

Watchers

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