1 Star 0 Fork 18

董志强 / IKSNS

forked from 爱客开源 / IKSNS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
readme.html 6.02 KB
一键复制 编辑 原始数据 按行查看 历史
ikphp 提交于 2014-04-01 20:19 . Signed-off-by: ikphp ikphp@sina.cn
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>IKPHP&#8250;使用说明</title>
<style type="text/css">
html,body {
font: 16px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, sans-serif;
color:#404040;
background-color:#fafafa;
}
body,p,pre,h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li {
margin:0;
padding:0;
}
ul,ol {
margin-left: 16px;
line-height: 1.8;
}
fieldset,img {
border:0 none;
}
img {
max-width: 100%;
}
a {
color: #08c;
text-decoration:none;
}
a:hover{
color: #058;
}
.main {
margin: 20px auto;
padding: 34px;
width: 930px;
border: 1px solid #dfdfdf;
background-color: #fff;
}
#logo {
padding: 0;
text-align: center;
border-bottom: 0 none;
}
#logo span {
display: block;
margin-top: 15px;
font: normal normal 30px Georgia;
}
#logo b {
font-size: .7em;
}
h1 {
margin-bottom: 10px;
padding: 8px 0;
font-size: 24px;
font-weight: normal;
color: #666;
border-bottom: 1px solid #dfdfdf;
}
p {
line-height: 1.8;
}
pre {
font-family: Consolas,"微软雅黑";
}
.solgan {
margin-bottom: 50px;
font-size: 22px;
font-weight: bold;
text-align: center;
}
</style>
</head>
<body>
<div class="main">
<h1 id="logo">
<a href="http://www.IKPHP.cn/"><img alt="IKPHP" src="logo.png" width="200"/></a>
<span>Version 1.5.4 </span>
</h1>
<p class="solgan">IKPHP是一个开源社区,致力于让建站变得更简单</p>
<p class="solgan">IKPHP.COM [ I can do all the things that you can imagine ]</p>
<h1>写在最前</h1>
<p>感谢大家使用IKPHP!IKPHP对我来说是一个很有意义的产品,因为她能让开发者和最终用户都能受益。作为一个开源产品,希望大家都能参与进来为IKPHP添砖加瓦,IKPHP团队一直都在致力于让IKPHP更加优秀。现在,感谢您也参与其中。</p>
<p style="text-align: right; margin: 10px 0 30px">&#8212; IKPHP 创始人 小麦</p>
<h1>目录说明</h1>
<pre style="margin-bottom: 30px;">
wwwroot
├─index.php IKPHP入口文件
├─install.php IKPHP安装入口文件
├─Addons 插件目录
├─Apps 应用模块目录
│ ├─Admin 后台模块
│ │ ├─Conf 后台配置文件目录
│ │ ├─Common 后台函数公共目录
│ │ ├─Controller 后台控制器目录
│ │ ├─Model 后台模型目录
│ │ ├─Logic 后台模型逻辑目录
│ │ └─View 后台视图文件目录
│ │
│ ├─Common 公共模块目录(不能直接访问)
│ │ ├─Conf 公共配置文件目录
│ │ ├─Common 公共函数文件目录
│ │ ├─Controller 模块访问控制器目录
│ │ └─Model 公共模型目录
│ │
│ ├─Home Home 前台模块
│ │ ├─Conf 前台配置文件目录
│ │ ├─Common 前台函数公共目录
│ │ ├─Controller 前台控制器目录
│ │ ├─Model 前台模型目录
│ │ └─View 模块视图文件目录
│ │
│ └─Group 小组模块
│ ├─Api 用户接口文件目录
│ ├─Conf 用户配置目录
│ ├─Common 后台函数公共目录
│ ├─Model 用户模型目录
│ └─Service 用户Service文件目录
├─Public 应用资源文件目录
│ ├─Theme 前台资源文件目录
│ │ ├─default 默认风格模板
│ │ ├─other 其他模板
│ │ └─blue 蓝色模板
│ │
│ └─Static 公共资源文件目录
├─Runtime 应用运行时目录
├─ThinkPHP 框架目录
└─Data 上传根目录
├─upload 文件上传目录
├─sqlbak 数据库备份目录
└─scws 其他数据服务
</pre>
<h1>安装</h1>
<ol style="margin-bottom: 30px;">
<li>若没有WampServer服务器;请<a href="http://ishare.iask.sina.com.cn/f/68112973.html" target="_blank">点击下载WAMPServer</a>服务起软件。</li>
<li>将IKPHP压缩包解压至一个空文件夹,并上传或放到服务器目录下。</li>
<li>首次在浏览器中访问<span class="file"><a href="index.php">index.php</a></span>,将会进入安装向导。
</li>
<li>按照安装向导完成安装。若在安装过程中出现问题,请访问<a href="http://www.IKPHP.cn/group/2" title="IKPHP讨论区" target="_blank">官网讨论区</a>寻求帮助。</li>
</ol>
<h1>最低系统需求</h1>
<ul style="margin-bottom: 30px;">
<li><a href="http://www.apache.org/">Apache</a> <strong style="font-weight: normal">2.4.0</strong> 或更高版本。</li>
<li><a href="http://php.net/">PHP</a> <strong style="font-weight: normal">5.3.0</strong> 或更高版本。</li>
<li><a href="http://www.mysql.com/">MySQL</a> <strong style="font-weight: normal">5.0</strong> 或更高版本。</li>
</ul>
<h1>系统推荐</h1>
<ul style="margin-bottom: 30px;">
<li>启用<a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a>这一Apache模块。</li>
<li>在您的站点设置至<a href="http://www.IKPHP.cn/">http://www.IKPHP.cn</a>的链接。</li>
</ul>
<h1>最后</h1>
<ul style="margin-bottom: 30px;">
<li>对 IKPHP有任何建议、想法、评论或发现了bug,请到<a href="http://www.IKPHP.cn/group/2">官网讨论区</a></li>
<li>官方的<a href="http://git.oschina.net/ikphp/">应用仓库</a>包含了官方和第三方的各类插件。</li>
</ul>
<h1>分享精神</h1>
<p>非常感谢您的支持!如果您喜欢IKPHP,请将它介绍给自己的朋友,或者帮助他人安装一个IKPHP,又或者写一篇赞扬我们的文章。</p>
<p style="margin-bottom: 30px;">IKPHP的创始人小麦需要你的支持才会一直把她更好的完善下去。所以如果您愿意支持我的工作,欢迎您对IKPHP进行 <a href="https://me.alipay.com/ikphp">物质捐赠</a></p>
<h1>许可证</h1>
<p>IKPHP基于<abbr title="Apache2开源许可协议">Apache</abbr>第二版开源协议发布。详见<a href="license.txt">license.txt</a></p>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/aaajkcn/IKSNS.git
git@gitee.com:aaajkcn/IKSNS.git
aaajkcn
IKSNS
IKSNS
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891