服务器基础:Apache( or Nginx)+ PHP + MySql(+ Memcached) Web Apache 2.0.0以上版本 / Nginx PHP PHP 5.2.0 以上,启用
服务器基础:Apache( or Nginx) + PHP + MySql(+ Memcached)
Web
Apache 2.0.0以上版本 / Nginx
PHP
PHP 5.2.0 以上,启用mysql.so、gd.so(、memcache.so)
· the max_input_time directive is set to a value of at least 30.
· the post_max_size and upload_max_filesize directives set to the size of the largest attachments you wish to be able to upload.
· the session.use_trans_sid directive set to Off.
· the memory_limit directive is set to at least 8M.
· the max_execution_time directive is set to at least 15.
· the register_globals directive is set to Off.
· the safe mode disabled or suEXEC ensabled.
· the BCMath library enabled for using the OpenID registration method.
MySql
MySql 5.0以上
为SMF创建一个数据库和一个管理员。
SMF
放在WebServer工作目录中
修改owner
修改权限,文件夹755
在浏览器中打开http://ServerAddress/install.php按照提示完成安装
SMF 修改
vim Themes/default/languages/index.chinese_simplified-utf8.php
1. 替换Simple Machines为B* *C Technical
2. 修改页脚
$forum_copyright = '<a href="' . $scripturl . '?action=credits" title="B* *C Technical Forum" target="_blank" class="new_win">%1$s</a> |<a href="' . $boardurl . '/index.php" title="License" target="_blank" class="new_win">B* *C © 2016</a>, <a href="' . $boardurl . '" title="B* *C Technical" target="_blank" class="new_win">BU IC Technical</a>';// <a href="http://www.simplemachines.org/about/smf/license.php" title="License" target="_blank" class="new_win">B* *C © 2016</a>, <a href="http://www.simplemachines.org" title="B* *C Technical" target="_blank" class="new_win">B* *C Technical</a>';
3.