EZ Publish

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(精彩图集)
第1行: 第1行:
 
[[Image:powered-by-eZ-publish.png|right]]
 
[[Image:powered-by-eZ-publish.png|right]]
 +
{{SeeWikipedia}}
  
 
eZ publish is an open source content management system (CMS) and an open source content management framework (CMF).
 
eZ publish is an open source content management system (CMS) and an open source content management framework (CMF).

2010年9月16日 (四) 04:52的版本

Powered-by-eZ-publish.png
Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 EZ Publish Thanks, Wikipedia.

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/

安装指南

创建数据库

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>

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

变换
操作
导航
工具箱