Skip to content

Instantly share code, notes, and snippets.

@drupality
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drupality/2e3374e85eb870c33825 to your computer and use it in GitHub Desktop.
Save drupality/2e3374e85eb870c33825 to your computer and use it in GitHub Desktop.
Drupal 7 CLI setup
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