install
来自「国外非常不错的论坛」· 代码 · 共 22 行
TXT
22 行
UseBB Development Version Installation--------------------------------------Until UseBB is in a stable state, this guide will remain very simple.Before installing UseBB, make sure your host accords to the minimal system requirements.* Minimal: HTTP-server supporting PHP, PHP 4.1.0, MySQL 3.23* Recommended: GNU/Linux, most recent versions of Apache, PHP and MySQLUseBB works on PHP 5 (tested with 5.1.0b3).You might want to use install/install.php to quickly set up your board. Otherwise, you can follow these directions:1. Execute install/schemas/mysql.sql and install/usebb.sql on your database. Currently, UseBB needs 12 tables.2. Rename config.php-dist to config.php and edit to your preferences. You might want to use http://usebb.sourceforge.net/docs/doku.php?id=configuration:config.php_guide3. Upload all the files to your host.4. Delete the directory install/ for security reasons.5. Chmod config.php so that it is writable by the webserver (try chmod 777).6. Register a first user. It will automatically be an administrator.7. Test UseBB.Note: to further set up your forum, see: http://usebb.sourceforge.net/docs/doku.php?id=configuration:administration_without_acp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?