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 /var/www | |
| drush dl drupal --drupal-project-rename=d7 | |
| cd d7 | |
| drush si -y --db-url=mysql://root:personofinterest@localhost/d7 | |
| drush upwd admin --password="admin" | |
| //Maybe you need this | |
| cd sites/default |
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
| # Ignore emacs backup files... | |
| *~ | |
| # Ignore configuration files that may contain sensitive information. | |
| sites/*/settings.php | |
| # Ignore paths that contain user-generated content. | |
| .sass-cache/* | |
| sites/*/files | |
| sites/*/private |
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
Show hidden characters
| { | |
| "bold_folder_labels": true, | |
| "caret_style": "wide", | |
| "default_line_ending": "unix", | |
| "draw_white_space": "all", | |
| "ensure_newline_at_eof_on_save": true, | |
| "fade_fold_buttons": false, | |
| "fallback_encoding": "UTF-8", | |
| "find_selected_text": true, | |
| "font_options": |
NewerOlder