Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:twinbit/drocker
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Mainardi committed Feb 15, 2015
2 parents ca3d3ab + c90676a commit 73cdfc1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wget http://twinbit.github.io/drocker/drocker.phar
To install globally put `drocker.phar` in `/usr/bin`.

```
sudo chmod +x drocker.phar && mv drocker.phar /usr/bin/drocker
sudo chmod +x drocker.phar && sudo mv drocker.phar /usr/bin/drocker
```

Now you can use it just like `drocker`.
Expand All @@ -29,15 +29,18 @@ Just run `drocker init` in a empty folder to bootstrap a new drocker project:
| |-- cli
| |-- drush
| |-- mysql
| `-- phing
| |-- mysql_cli
| |-- mysql_create
| |-- mysql_import
| |-- phing
| `-- phpcs
|-- data
`-- fig.yml
```

(@TODO) Tweak `fig.yml` to match your needs and run `fig up -d` to run the containers.
At the first run fig will download and build remote containers, it can takes several minutes.

*TODO*

## Boot2docker configuration steps:

Expand Down

0 comments on commit 73cdfc1

Please sign in to comment.