Last active
August 29, 2015 14:26
-
-
Save drupality/2e3374e85eb870c33825 to your computer and use it in GitHub Desktop.
Drupal 7 CLI setup
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
CREATE DATABASE mydb DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; | |
chmod -R 777 sites/default/files | |
chmod -R 777 sites/default/settings.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment