Last active
October 14, 2015 04:01
-
-
Save soncco/48c4d43b34b1f32fd392 to your computer and use it in GitHub Desktop.
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
cd sites/all/default | |
mkdir files | |
su foreign | |
sudo chown -R www-data:www-data files | |
exit | |
cp default.settings.php settings.php | |
chmod 777 settings.php |
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
cd sites/all/default | |
mkdir files | |
sudo chown -R www-data:www-data files | |
cp default.settings.php settings.php | |
chmod 777 settings.php |
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
mysql -u root -p | |
create database nombre; | |
exit; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment