EZ Publish

来自开放百科 - 灰狐
2013年3月5日 (二) 10:14Allen (讨论 | 贡献)的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到: 导航, 搜索
Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 EZ Publish Thanks, Wikipedia.
Powered-by-eZ-publish.png

eZ publish is an open source content management system (CMS) and an open source content management framework (CMF).

eZ publish 是网站生成系统。它是建立在Apache+PHP+MySQL基础之上。

http://ez.no/

目录

新闻

自http://ez.no/rss/feed/news加载RSS失败或RSS源被墙

安装指南

创建数据库

mysqladmin -u root -p create ezpublish
mysql -u root -p
mysql>GRANT ALL PRIVILEGES ON ezpublish.* TO ezpublish@localhost IDENTIFIED BY 'ezpublish';
mysql>flush privileges;

cd /var/www/ezpublish
chmod -R ug+rwx settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin design
chown -R www-data:www-data settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin design

根据安装向导进行安装 http://localhost/ezpublish-3.8.4/index.php 

安装常见问题

Fatal error: Allowed memory size of 44040192 bytes exhausted (tried to allocate 71 bytes) 
in /var/www/ezpublish/lib/ezxml/classes/ezxml.php on line 409
Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below. 
修改 vi /etc/php4/apache2/php.ini 
memory_limit = 64M // ezpublish 要求64M以上设置

问题解决 :)

图集

链接

Comment-32x32.png

<discussion>characters_max=300</discussion>

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱