如何在centos中安装drupal

如何在centos中安装drupal,第1张

第一步:迟迟安装LNMP

在CentOs环境下lnmp一键安装 /陵山var/www/html ubuntu /var/www

1) #wget -c http://soft.vpser.net/lnmp/lnmp0.9-full.tar.gz

2) #tar zxvf lnmp0.9-full.tar.gz

3) #cd lnmp0.9-full/

4) #./centos.sh 2>&1 | tee lnmp.log

域名为:localhost

设置尺旦中mysql passwd:default root:root

第二步:安装Drupal

1)下载Drupal

#cd /home/wwwroot //nginx的网页根目录

#wget http://ftp.drupal.org/files/projects/drupal-7.31.zip

#unzip drupal-7.31.zip

#mv

drupal-7.31 drupal

#cd drupal

#cp sites/default/default.settings.php sites/default/settings.php

#chmod -R 777 drupal

第三步:安装中文包

#cd /home/wwwroot/drupal/profiles/standard/translations

#wget http://ftp.drupal.org/files/translations/7.x/drupal/drupal-7.31.zh-hans.po

第四步:创建Drupal自己的MySQL数据库

# mysql -uroot -pwww.cnyunwei.com

mysql>show databases

mysql>create database drupal

mysql>grant all privileges on *.* to root@localhost identified by 'root' with grant option

mysql>flush privileges

第五步:进入浏览器界面安装Drupal

1)在浏览器输入

http://192.168.5.19/drupal/install.php

2)安装成功界面如下:

您好

如果只是使用Drush安装CKEditor或者从Drupal.org下载并安装CKEditor模块,CKEditor其实轮樱并没有正确配置和安装,会在配置界面(Drupal 7)出现如下错误:

CKEditor was not found in sites/all/modules/ckeditor/ckeditor.

原因是该Drupal Module其实只是一个CKEditor的Wrapper,因此需要祥桐租另外下载核心的CKEditor:

1. 先下载并安装(或谨兆者使用Drush) CKEditor,默认目录是:

../site/all/module/ckeditor

2. 从下载 CKEditor的相对版本 (注意,不要下载CKEditor for Drupal版本)。并解压到拷贝到如下目录:

../site/all/module/ckeditor/ckeditor

3. 注意不要下载CKEditor for Drupal版本,该版本是Unlimited,需要购买商业许可证,否则无法使用。一般网站,使用open source版本即可。

打开你的phpmyadmin页面

进入你drupal所在的数据库 ->导出 ->复选选中所有drupal的数据表 ->单选sql ->另存为文件(隐握最好选一下gzip压缩,否则文件可能太大影响下载)扮携悄,最后执厅渣行,下载保存


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/12272851.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-24
下一篇 2023-05-24

发表评论

登录后才能评论

评论列表(0条)

保存