text 手动更新Drupal8

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 手动更新Drupal8相关的知识,希望对你有一定的参考价值。

// Using the shell

Navigate into your Drupal installation.
cd /path/to/your/drupal/directory
Remove the 'core' and 'vendor' directories.
rm -rf core vendor
Remove all of the files in the top-level directory.
rm -f *.* .[a-z]*


//Using an FTP client

Navigate to your Drupal directory.
Select all the files in the top-level directory (also hidden files starting with a dot) as well as the 'core' and 'vendor' directories, and delete them. Be sure not to delete the 'modules', 'profiles', 'sites', and 'themes' directories.
Optionally sometimes an update includes changes to default.settings.php file. This will be noted in the release notes. 

以上是关于text 手动更新Drupal8的主要内容,如果未能解决你的问题,请参考以下文章

即使在手动更新 TEXTAREA 值后如何强制 jQuery.text() 工作? [复制]

Drupal 教程:CMS 内容管理系统

如何修复 drupal8 的错误“drush - command not found”?

Drupal 8 - 将 Web 表单提交到外部 API

Drupal 8 更新自定义模块的 language.po 文件

手动写入后无法使用 javascript 更新 textarea