Genel kategorisine ait gönderiler

Installing Behat on OS X

Installing Behat on OS X

Installing Behat on OS X

Behat is an open source Behavior Driven Development framework for PHP 5.3+. For details please visit http://docs.behat.org

cd ~/

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

wget -nc https://github.com/downloads/Behat/Behat/behat.phar

or download via cURL

curl -OL https://github.com/downloads/Behat/Behat/behat.phar

and then

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

https://github.com/Behat/Behat

Installing Composer on OS X

Installing Composer on OS X

Installing Composer on OS X

cd ~/

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

wget -nc https://getcomposer.org/composer.phar

or download via cURL

curl -OL https://getcomposer.org/composer.phar

or (other method)

curl -sS https://getcomposer.org/installer | php

and then

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

https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx https://www.abeautifulsite.net/installing-composer-on-os-x

OS X Disk Klonlama veya Disk Değiştirme

OS X Disk Klonlama veya Disk Değiştirme

OS X Disk Klonlama veya Disk Değiştirme

SSD fiyatlarının eskisine nazaran biraz daha düşmesiyle Macbook’um üzerindeki 240 GB’lık SSD’yi yeni bir 480 GB’lık SSD ile değiştirmeye karar vermiştim. Fikir güzeldi. Peki, uygulama nasıl olacaktı? Yani herşeyi yeniden kurmak ve yapılandırmak büyük bir lüks. Çünkü bu çok vakit alan bir işlem ve benim ise buna ayıracak vaktim ne yazık ki yok. Vakit, herkes için değerlidir. Bu nedenle bu işi yaparken yaptığım araştırmaları, deneme-yanılmaları ve sonuçları sizlere de aktarmak istedim.