Giter Site home page Giter Site logo

lab's Introduction

#Alt text Docker env dev php5

Env dev for php

Mount local folder to Kitematic to OSX 10.10.5

  1. Go to connect to ssh on boot2docker Kitematic docker-machine ssh default .

  2. Create a folder sudo mkdir /var/www to boot2docker and go to look look is Create ls -la

  3. mount your folder sudo mount -t vboxsf www{mac folder} /var/www{boot2docker folder} . Go to look is good to mount your files and see print your reportory {mac folder}.

  4. And go to create your files bootlocal.sh

sudo vi /var/lib/boot2docker/bootlocal.sh
  1. To sure your script.sh is run exec
sudo chmod +x /var/lib/boot2docker/bootlocal.sh

Composer

  1. go to search package Composer/Composer.
  2. run command
docker run -ti -v  $(pwd):/app composer/composer init
  1. to persiste command composer go to bootlocal.sh sudo vi /var/lib/boot2docker/bootlocal.sh and add your command.
  2. write bootlocal.sh
echo 'alias composer='\''docker run -ti --rm -v  $(pwd):/app composer/composer'\''' >> /home/docker/.ashrc
echo 'cd /var/www' >> /home/docker/.ashrc
  1. reboot Kitematic.

Finaly restart your Kitematic

and good go to works ;)

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.