欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PhpWebSite
来自开放百科 - 灰狐
(版本间的差异)
(未显示2个用户的4个中间版本) | |||
第1行: | 第1行: | ||
+ | {{top news}} | ||
+ | {{SeeWikipedia}} | ||
+ | |||
phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites. | phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites. | ||
http://phpwebsite.appstate.edu/ | http://phpwebsite.appstate.edu/ | ||
+ | |||
+ | ==在线演示== | ||
+ | http://demo.huihoo.com/phpwebsite | ||
+ | 管理员: admin/phpws | ||
==安装指南== | ==安装指南== | ||
+ | 创建数据库 | ||
+ | mysqladmin -u root -p create phpwebsite 或 | ||
+ | mysql>create database phpwebsite; | ||
+ | mysql>GRANT ALL PRIVILEGES ON phpwebsite.* TO phpwebsite@localhost IDENTIFIED BY 'phpwebsite'; | ||
+ | mysql>flush privileges; | ||
+ | |||
获得安装包 http://phpwebsite.appstate.edu/downloads/stable/phpwebsite-current-full.tar.gz | 获得安装包 http://phpwebsite.appstate.edu/downloads/stable/phpwebsite-current-full.tar.gz | ||
根据安装向导进行安装 http://localhost/phpwebsite/setup/set_config.php | 根据安装向导进行安装 http://localhost/phpwebsite/setup/set_config.php | ||
+ | |||
+ | [[Category:CMS]] | ||
+ | [[Category:PHP]] |
2010年9月27日 (一) 09:10的最后版本
您可以在Wikipedia上了解到此条目的英文信息 PhpWebSite Thanks, Wikipedia. |
phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites.
http://phpwebsite.appstate.edu/
[编辑] 在线演示
http://demo.huihoo.com/phpwebsite 管理员: admin/phpws
[编辑] 安装指南
创建数据库
mysqladmin -u root -p create phpwebsite 或 mysql>create database phpwebsite; mysql>GRANT ALL PRIVILEGES ON phpwebsite.* TO phpwebsite@localhost IDENTIFIED BY 'phpwebsite'; mysql>flush privileges;
获得安装包 http://phpwebsite.appstate.edu/downloads/stable/phpwebsite-current-full.tar.gz 根据安装向导进行安装 http://localhost/phpwebsite/setup/set_config.php
分享您的观点