Skip to content

Instantly share code, notes, and snippets.

View shahzadthathal's full-sized avatar
🎯
Focusing

Muhammad Shahzad shahzadthathal

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am shahzadthathal on github.
  • I am shahzadthathal (https://keybase.io/shahzadthathal) on keybase.
  • I have a public key whose fingerprint is E81D F412 2D64 E0B0 9358 A0D4 05BD 1452 23BB 40A0

To claim this, I am signing this object:

$ cd ~
$ sudo curl -sS https://getcomposer.org/installer | sudo php
$ sudo mv composer.phar /usr/local/bin/composer
$ sudo ln -s /usr/local/bin/composer /usr/bin/composer
then you can run
$ sudo composer install
@shahzadthathal
shahzadthathal / README.md
Created November 16, 2015 07:48 — forked from oodavid/README.md
Deploy your site with git

Deploy your site with git

This gist assumes:

  • you have a local git repo
  • with an online remote repository (github / bitbucket etc)
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by apache
  • apache's home directory is /var/www/
@shahzadthathal
shahzadthathal / Setup.md
Last active November 16, 2015 10:04 — forked from suvozy/Setup.md
Setup AWS EC2 and RDS (php5.5, apache2.4, mysql5.5, phpmyadmin)