Skip to content

Instantly share code, notes, and snippets.

@lozadaOmr
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save lozadaOmr/ed6a6fa355ac25183d64 to your computer and use it in GitHub Desktop.

Select an option

Save lozadaOmr/ed6a6fa355ac25183d64 to your computer and use it in GitHub Desktop.

Get Composer

cd /usr/local/bin
php -r "readfile('https://getcomposer.org/installer');" | php
sudo mv composer.phar composer

Clone the project *make sure git is setup already, refer to previous gist

cd /var/www/
git clone [get the link from bitbucket] # this will clone the repo inside www folder
sudo chmod 777 -R /var/www/mw/app/storage

some notes make sure mysql root username/password = root

cd /var/www/mw
git checkout dev
composer update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment