欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PostNuke
来自开放百科 - 灰狐
(版本间的差异)
第2行: | 第2行: | ||
PostNuke: a Flexible Open Source Content Management System (CMS) | PostNuke: a Flexible Open Source Content Management System (CMS) | ||
+ | |||
+ | ==安装指南== | ||
+ | 1. 下载 Postnuke | ||
+ | 从 http://noc.postnuke.com/frs/?group_id=5&release_id=700 获得稳定版 | ||
+ | tar -zxvf PostNuke-x.x.x.tar.gz | ||
+ | mv PostNuke-x.x.x/ /var/www | ||
+ | |||
+ | 2. 创建数据库 | ||
+ | mysqladmin -u root -p create postnuke | ||
+ | |||
+ | 3. 导入数据 | ||
+ | mysql -u root -p postnuke < phoenix-sql/Phoenix-0.x.x.x.sql | ||
+ | |||
+ | 4. 根据安装向导进行安装 | ||
+ | http://localhost/postnuke/html/install.php | ||
==相关链接== | ==相关链接== | ||
*http://www.postnuke.com/ | *http://www.postnuke.com/ | ||
*Chinese Postnuke Community http://www.postnuke.cn/ | *Chinese Postnuke Community http://www.postnuke.cn/ |
2006年7月19日 (三) 16:53的版本
PostNuke: a Flexible Open Source Content Management System (CMS)
安装指南
1. 下载 Postnuke
从 http://noc.postnuke.com/frs/?group_id=5&release_id=700 获得稳定版 tar -zxvf PostNuke-x.x.x.tar.gz mv PostNuke-x.x.x/ /var/www
2. 创建数据库
mysqladmin -u root -p create postnuke
3. 导入数据
mysql -u root -p postnuke < phoenix-sql/Phoenix-0.x.x.x.sql
4. 根据安装向导进行安装
http://localhost/postnuke/html/install.php
相关链接
- http://www.postnuke.com/
- Chinese Postnuke Community http://www.postnuke.cn/
分享您的观点