Skip to content

Instantly share code, notes, and snippets.

@soncco
Last active October 14, 2015 04:01
Show Gist options
  • Save soncco/48c4d43b34b1f32fd392 to your computer and use it in GitHub Desktop.
Save soncco/48c4d43b34b1f32fd392 to your computer and use it in GitHub Desktop.
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
cd sites/all/default
mkdir files
sudo chown -R www-data:www-data files
cp default.settings.php settings.php
chmod 777 settings.php
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