欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Pligg CMS
来自开放百科 - 灰狐
(版本间的差异)
| (未显示3个用户的12个中间版本) | |||
| 第1行: | 第1行: | ||
| + | {{top news}} | ||
| + | |||
Pligg: An Open Source PHP Digg.com Clone | Pligg: An Open Source PHP Digg.com Clone | ||
| − | http://www.pligg.com/ | + | http://www.pligg.com/ |
| + | http://leiqu.com/wa/ 中文应用演示 | ||
| + | ==在线演示== | ||
| + | 前台: http://demo.huihoo.com/pligg | ||
| + | 后台: http://demo.huihoo.com/pligg/admin_index.php | ||
| + | 管理员: god/12345 | ||
==安装指南== | ==安装指南== | ||
1. Create a mysql database. Example "pligg." | 1. Create a mysql database. Example "pligg." | ||
Note - Have your database name, username, password, and | Note - Have your database name, username, password, and | ||
host handy before installing | host handy before installing | ||
| + | 创建数据库 | ||
| + | mysqladmin -u root -p create pligg 或 | ||
| + | mysql>create database pligg; | ||
| + | mysql>GRANT ALL PRIVILEGES ON pligg.* TO pligg@localhost IDENTIFIED BY 'pligg'; | ||
| + | mysql>flush privileges; | ||
2. Rename config2.php.default to config2.php. Do the same | 2. Rename config2.php.default to config2.php. Do the same | ||
for /libs/dbconnect.php.default. | for /libs/dbconnect.php.default. | ||
3. Upload the files to your server. | 3. Upload the files to your server. | ||
4. chmod 755 /templates, /templates_c, /backup, /avatar/user_uploaded, | 4. chmod 755 /templates, /templates_c, /backup, /avatar/user_uploaded, | ||
| − | config2.php, | + | config2.php, /libs/options.php |
| − | 5. chmod 655 config.php | + | 5. chmod 777 libs/dbconnect.php and chmod 655 config.php |
6. Open <yoursite>/install/install.php in your webbrowser. | 6. Open <yoursite>/install/install.php in your webbrowser. | ||
Step 1: Make sure to read the entire page and click continue | Step 1: Make sure to read the entire page and click continue | ||
| 第39行: | 第51行: | ||
* [http://bandbuzzer.com/ bandbuzzer.com/] | * [http://bandbuzzer.com/ bandbuzzer.com/] | ||
* [http://www.gamelemons.com/squeeze/ gamelemons.com/squeeze/] | * [http://www.gamelemons.com/squeeze/ gamelemons.com/squeeze/] | ||
| + | |||
| + | [[Category:CMS]] | ||
| + | [[Category:PHP]] | ||
2010年9月27日 (一) 09:08的最后版本
Pligg: An Open Source PHP Digg.com Clone
http://www.pligg.com/ http://leiqu.com/wa/ 中文应用演示
[编辑] 在线演示
前台: http://demo.huihoo.com/pligg 后台: http://demo.huihoo.com/pligg/admin_index.php 管理员: god/12345
[编辑] 安装指南
1. Create a mysql database. Example "pligg."
Note - Have your database name, username, password, and
host handy before installing
创建数据库
mysqladmin -u root -p create pligg 或
mysql>create database pligg;
mysql>GRANT ALL PRIVILEGES ON pligg.* TO pligg@localhost IDENTIFIED BY 'pligg';
mysql>flush privileges;
2. Rename config2.php.default to config2.php. Do the same
for /libs/dbconnect.php.default.
3. Upload the files to your server.
4. chmod 755 /templates, /templates_c, /backup, /avatar/user_uploaded,
config2.php, /libs/options.php
5. chmod 777 libs/dbconnect.php and chmod 655 config.php
6. Open <yoursite>/install/install.php in your webbrowser.
Step 1: Make sure to read the entire page and click continue
at the bottom when finished
Step 2: Fill out your database name, username, password, and host
Step 3: Make sure there are no error messages!
7. Delete your /install folder.
8. chmod 655 libs/dbconnect.php
9. Open www.<yoursite>.com
10. Make sure to look at the very top of the page for any
notifications. Use the god account. Login: god - Password: 12345
to make the changes needed.
11. Change the password from 12345 to something different as soon as possible.
12. Make sure that you delete your /install directory after
installing Pligg and adding categories.
[编辑] 成功应用
分享您的观点