Skip to content

Commit

Permalink
修改Readme文件,并打包1.1.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
loveyu committed Aug 17, 2014
1 parent 2f9970e commit 49e2a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 简易图片分享系统
这是一个图片存储的网站系统,具有简单的时间线功能,同时有完善的通知中心。

# 安装步骤
## 安装步骤
cd config
mv all-simple.php all.php
vim all.php //配置正确的数据库连接信息
访问 http://xxx.xxx/install.php 进行安装
安装后会创建一个管理员账户,用该账户登录可访问后台,然后进行详细的配置。

# 网站配置
## 网站配置
由于完全依赖于伪静态,所以必须对文件进行重定向。
### nginx配置
location / {
Expand All @@ -32,7 +32,7 @@
这是为了安全性的考虑,如果有需要将文件调整到一个目录,可具体参考`sys/config.php`文件调整目录结构,并调整index.php文件的具体参数
同时如果未安装系统,同时可能需要修改install.php中的文件参数。

# 问题反馈
## 问题反馈
### 详情页面
http://www.loveyu.net/Linger
### 反馈
Expand Down
2 changes: 1 addition & 1 deletion sys/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* 程序版本
*/
define("_VERSION_", "1.0.0");
define("_VERSION_", "1.1.0");

/**
* 定义唯一名称
Expand Down

0 comments on commit 49e2a92

Please sign in to comment.