Skip to content

Instantly share code, notes, and snippets.

@eliagbenu
Last active August 29, 2015 14:00
Show Gist options
  • Save eliagbenu/d8124c0d35fdbdc9bb3f to your computer and use it in GitHub Desktop.
Save eliagbenu/d8124c0d35fdbdc9bb3f to your computer and use it in GitHub Desktop.
Setup a Yii project on Ubuntu
#Extract yii source folder
#Copy framework folder, preferrablly into /var/www/yii/
#Run command
sudo php /var/www/yii/framework/yiic.php webapp /var/www/yii/my_example
# make sure you do, this will enable files access other assets it needs
sudo chmod 777 -R my_example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment