drupal

    drupal 다시 설치하기 (drupal reinstall)

    drupal 다시 설치하기 (drupal reinstall)

    Drupal reinstall 드루팔을 재설치 하면서 겪은 경험 어느 날, 드루팔이 공격을 당하고 있다.. 라는 기사를 봤다.그래서 코어 업데이트를 해보는 도중 update에 막혀서 그냥 드루팔을 다시 설치하기록 했다. 1. 백업 겸 폴더 삭제 어떤 것이든 변경하거나 설치할 때는 백업을 해두는 습관을 들이자.내가 코어를 밀려다가 드루팔을 다시 설치하는 이유도 백업을 하지 않은 상태로 rm으로 다 날려먹어서 그렇다. $ mkdir -p /tmp/backup/drupal $ cd [drupal path] $ cd .. $ mv [drupal folder] /tmp/backup/drupal/drupal.backup.190306 2. mySQL database삭제 mysql에 drupal install 정보가 ..

    drupal 간단 설치하기 (ubuntu 18.04)

    drupal 간단 설치하기 (ubuntu 18.04)

    이 주소대로 그대로 따라하고https://linuxconfig.org/install-drupal-on-ubuntu-18-04-bionic-beaver-linux 이 주소대로 php 7.2를 php 7.1로 낮춘다.https://serverfault.com/questions/895746/switch-from-php-7-2-to-7-1-on-ubuntu-16-04-apache php 7.2에서는 each() 가 depricate되어서 drupal에서 오동작을 일으킨다.(Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in Drupal\Core\Extension\Theme..