EZ Publish

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
 
(精彩图集)
 
(未显示2个用户的27个中间版本)
第1行: 第1行:
 +
{{top news}}
 +
{{SeeWikipedia}}
 +
[[Image:powered-by-eZ-publish.png|right]]
 +
 
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).
 +
 +
eZ publish 是网站生成系统。它是建立在Apache+PHP+MySQL基础之上。
  
 
http://ez.no/
 
http://ez.no/
 +
 +
==新闻==
 +
<rss>http://ez.no/rss/feed/news|short|date|max=10</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以上设置
 +
问题解决 :)
 +
 +
==图集==
 +
<gallery widths=100px heights=100px perrow=6>
 +
Image:ezpublish_content_diff.png
 +
Image:ezpublish_multicurrency_currencies.gif
 +
Image:ezpublish_multicurrency_editproduct.gif
 +
Image:ezpublish_multilingual_selectlanguage2edit2.gif
 +
Image:ezpublish_multilingual_selectlanguage2edit.gif
 +
Image:ezpublish_packages.gif
 +
</gallery>
 +
 +
==链接==
 +
*[http://docs.huihoo.com/phpdoc/ez-publish/ EZ Publish phpDoc]
 +
 +
{{comment}}
 +
 +
[[category:CMS]]
 +
[[category:PHP]]

2013年3月5日 (二) 10:14的最后版本

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>

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

变换
操作
导航
工具箱