- Copy to
$HOME/.docker/machine/machines/{{machine_name}}/config.json - Set values for the following fields:
- Username
- Password
- TenantName
- TenantId
- Region
- MachineName
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| templates: | |
| global: | |
| transmission: | |
| host: localhost | |
| port: 9091 | |
| addpaused: No | |
| ratio: 1.5 | |
| bandwidthpriority: -1 | |
| clean_transmission: | |
| host: localhost |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group 'tests' do | |
| guard 'shell' do | |
| watch(%r{^(?:(?!(?:Plugin|Test)/)(.+)\.php)*$}) {|m| `cake test app #{m[1]}` } | |
| watch(%r{^Plugin/([^/]+)/(?:(?!Test)(.+)\.php)*$}) {|m| `cake test #{m[1]} #{m[2]}` } | |
| watch(%r{^Test/Case/(.+)Test\.php$}) {|m| `cake test app #{m[1]}` } | |
| watch(%r{^Plugin/([^/]+)/Test/Case/(.+)Test\.php$}) {|m| `cake test #{m[1]} #{m[2]}` } | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ubuntu | |
| MAINTAINER chadrien <chadrien@chadrien.fr> | |
| ENV DEBIAN_FRONTEND noninteractive | |
| RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe main multiverse restricted" > /etc/apt/sources.list | |
| RUN echo "deb http://security.ubuntu.com/ubuntu/ precise-security universe main multiverse restricted" >> /etc/apt/sources.list | |
| RUN apt-get update | |
| RUN apt-get upgrade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class Order extends AppModel { | |
| private $__Email = null; | |
| public function afterSave($created, $options = array()) { | |
| if ($created) { | |
| $this->__notifyClient(); | |
| $this->__notifyAdmin(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| REMOTE_DATABASE_NAME="" | |
| REMOTE_SQL_USER="" | |
| REMOTE_SQL_PASS="" | |
| LOCAL_SQL_USER="" | |
| LOCAL_SQL_PASS="" | |
| LOCAL_DATABASE_NAME="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Clean argument values | |
| $phpStormRunner = null; | |
| $cleanedArgv = array(); | |
| foreach ($_SERVER['argv'] as $key => $value) { | |
| if (strpos($value, 'ide-phpunit.php') === false) { | |
| $cleanedArgv[] = $value; | |
| } else { | |
| $phpStormRunner = $value; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| ### symbols | |
| ### | |
| # segments | |
| [ -z "$SEGMENT_SEPARATOR" ] && SEGMENT_SEPARATOR='' | |
| [ -z "$RSEGMENT_SEPARATOR" ] && RSEGMENT_SEPARATOR='' | |
| ## git | |
| [ -z "$GIT_CLEAN_SYMBOL" ] && GIT_CLEAN_SYMBOL='%F{black}✔' |
brew install socatbrew cask install xquartz- Restart
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" &docker run -e DISPLAY=XXX:0 jess/gearywhere XXX is the IP fromifconfig vboxnet0
OlderNewer