-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreadme.html
More file actions
63 lines (53 loc) · 3.2 KB
/
readme.html
File metadata and controls
63 lines (53 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="readme">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>读我文件 › ReadMe</title>
<link rel="stylesheet" href="admin/css/install.css" type="text/css" />
</head>
<body class="readme">
<h1 id="logo">
<img alt="WordPress" src="common/img/sbm_logo_41.png" width="250" height="68" />
<br /> Version 1.0.0
</h1>
<p style="text-align: center">询盘信息管理系统</p>
<p>程序如果在运行时,请把程序的错误级别设置为任何错误都不显示。具体在global.php文件里设置。</p>
<h1>安装步骤: </h1>
<ol>
<li>把压缩文件解压到空目录,然后上传所有文件。</li>
<li>在浏览器中打开 <span class="file"><a href="admin/install.php">admin/install.php</a></span> 。 它将会引导你安装,并根据你的数据库设置创建一个配置文件 <code>config.php</code> 。
<ol>
<li>由于某些原因可能无法创建配置文件,请编辑<code>common/config.sample.php</code>,然后设置好你的数据库配置。</li>
<li>保存这个文件为 <code>config.php</code> 然后上传到根目录.</li>
<li>打开 <span class="file"><a href="wp-admin/install.php">admin/install.php</a></span> 重新安装 。</li>
</ol>
</li>
<li>如果有任何错误,请删除你的配置文件 <code>config.php</code>, 并重新安装。 如果再次失败,请<a href="http://www.love4026.org" target="_blank">联系作者</a>得到更多帮助信息。</li>
<li>为了安全起见,请不要使用admin/admin作为你的用户名或密码,也不要使用你的生日或一些常用数字作为密码。</li>
</ol>
<h1>技术支持</h1>
<h2>使用邮件联系我</h2>
<p>如果遇到任何问题,请联系 sbmzhcn@gmail.com </p>
<ol>
<li>邮件标题格式为: 信息系统错误 -- 你的问题 -- 你的名字</li>
<li>邮箱内容中请把详细错误信息复制下来,并详细描述你遇到的问题。如果有图片截图更好。</li>
<li>请把你的服务器信息也附上。如: MYSQL与PHP版本号</li>
</ol>
<h1>系统运行需求</h1>
<ul>
<li><a href="http://php.net/">PHP</a> 版本 <strong>5.3.0</strong> 以上版本.</li>
<li><a href="http://www.mysql.com/">MySQL</a> 版本 <strong>4.1.0</strong> 以上版本.</li>
<li>或 <a href="http://www.sqlite.org/">SQLite</a> 版本 <strong>2.8.0</strong> 以上版本.</li>
</ul>
<h2>浏览器推荐</h2>
<p>为了更佳的操作体验,请使用支持HTM5的浏览器打开此网站。 注意,IE浏览器下许多功能可能无法实现,或者界面出现错乱。此系统在Chrome浏览器下(版本:Version 26.0.1410.64 m)测试通过。</p>
<p>推荐的浏览器</p>
<ul>
<li><a href="http://www.google.com/intl/zh-CN/chrome/browser/" target="_blank">Google浏览器</a> </li>
<li><a href="http://www.mozilla.org/zh-CN/firefox/beta/" target="_blank">Firefox 火狐浏览器</a> </li>
</ul>
<h1>Share the Love</h1>
<p>服务器推荐使用 LNMP(Linux + Nginx + MySQL + PHP) 或 LAMP(Linux + Apache + MySQL + PHP)</p>
<p style="text-align:right">2013年5月7日 于 郑州</p>
</body>
</html>