Mac OSX etiketi ile ilişkili gönderiler

Installing phpspec on OS X

Installing phpspec on OS X

Installing phpspec on OS X

phpspec is php toolset to drive emergent design by specification. For details please visit http://phpspec.net

cd ~/

If is there “wget” command in your system. (You can install via Brew (HomeBrew)).

wget -nc https://github.com/phpspec/phpspec/releases/download/3.2.2/phpspec.phar

or download via cURL

curl -OL https://github.com/phpspec/phpspec/releases/download/3.2.2/phpspec.phar

and then

sudo mv phpspec.phar /usr/local/bin/phpspec
sudo chmod +x /usr/local/bin/phpspec

Installing PHP Mess Detector (phpmd) on OS X

Installing PHP Mess Detector (phpmd) on OS X

Installing PHP Mess Detector (phpmd) on OS X

cd ~/

If is there “wget” command in your system. (You can install via Brew (HomeBrew)).

wget -nc http://static.phpmd.org/php/latest/phpmd.phar

or download via cURL

curl -OL http://static.phpmd.org/php/latest/phpmd.phar

and then

sudo mv phpmd.phar /usr/local/bin/phpmd
sudo chmod +x /usr/local/bin/phpmd

https://phpmd.org

Slate Konfigürasyonu

Slate Konfigürasyonu

Ne yazık ki birçok insan Mac OS X deki pencere yöneticisinden dert yanmaktadır. (Özellikle de Windows’tan geçiş yapanlar). Ne yazık ki bu sızlanmaları boşuna. Çünkü Slate ile pencere işlemlerini oldukça kolay ve düzenli hale getirebilirsiniz. Bununla beraber sık kullandığınız uygulamalara kısayollar atayabilirsiniz. Birden çok ekranınız varsa ve çözünürlükleri birbirinden farklı ise uygulamaların ekranlarınıza göre davranmasını bile sağlayabilirsiniz. Slate’in fevkalade bir konfigürasyon sistemi var. Ayar dosyası olan ~/.slate dosyasını dilediğiniz gibi konfigüre edebilirsiniz. Aşağıda kendi konfigürasyonu paylaşmaktayım.

Installing PHP CodeSniffer (phpcs) on OS X

Installing PHP CodeSniffer (phpcs) on OS X

Installing PHP CodeSniffer (phpcs) on OS X

cd ~/

If is there “wget” command in your system. (You can install via Brew (HomeBrew)).

wget -nc https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar

or download via cURL

curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar

and then

sudo mv phpcs.phar /usr/local/bin/phpcs
sudo chmod +x /usr/local/bin/phpcs

https://github.com/squizlabs/PHP_CodeSniffer

Installing PHPUnit on OS X

Installing PHPUnit on OS X

Installing PHPUnit on OS X

cd ~/

If is there “wget” command in your system. (You can install via Brew (HomeBrew)).

wget -nc https://phar.phpunit.de/phpunit.phar

or download via cURL

curl -OL https://phar.phpunit.de/phpunit.phar

and then

sudo mv phpunit.phar /usr/local/bin/phpunit
sudo chmod +x /usr/local/bin/phpunit

https://phpunit.de/getting-started.html