Last active
August 29, 2015 14:00
-
-
Save eliagbenu/d8124c0d35fdbdc9bb3f to your computer and use it in GitHub Desktop.
Setup a Yii project on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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