drupal - update core


/ Published in: Bash
Save to your folder(s)

procedure for updating drupal core.


Copy this code and paste it in your HTML
  1. wget drupal-x.xx.tar.gz; tar -xzf drupal-x.xx.tar.gz; cd drupal-x-xx;
  2. rm -rf sites; rm .htaccess; rm robots.txt;
  3. cp -r ./* ../;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.