Last active
December 24, 2015 06:59
-
-
Save sajt/6760809 to your computer and use it in GitHub Desktop.
My drupal install. This will be a drupal profile later.
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
git clone --branch 7.x http://git.drupal.org/project/drupal.git | |
cd drupal | |
drush si --db-url=mysql://root:password@localhost/drupal_dev --locale=hu | |
cd sites/all/modules/ | |
mkdir custom contrib features ../libraries | |
drush dl -y views admin_menu features pathauto token panels panels_everywhere ctools l10n_update media markdown markdowneditor strongarm devel views_bulk_operations jquery_update ds rules module_filter | |
drush en -y views_ui admin_menu admin_menu_toolbar features pathauto token panels panels_everywhere ctools l10n_update media markdown markdowneditor strongarm devel views_bulk_operations jquery_update panels_mini panels_node module_filter rules_admin | |
drush dis -y overlay toolbar | |
drush vset jquery_update_jquery_version 1.7 | |
drush vset jquery_update_jquery_cdn jquery | |
drush dl bootstrap | |
cd ../themes/bootstrap/ | |
curl -O http://getbootstrap.com/2.3.2/assets/bootstrap.zip | |
unzip bootstrap.zip | |
rm bootstrap.zip | |
#Aki erre tud jobbat, szóljon | |
#ceditor - when enable it maybe you can disable the bueditor | |
#cd ../libraries | |
#curl http://download.cksource.com/CKEditor/CKEditor/CKEditor%204.2.1/ckeditor_4.2.1_standard.tar.gz | tar zx | |
#drush dl -y ckeditor | |
#drush en -y ckeditor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment