The current repo belongs to Closed status, and some functions are restricted. For details, please refer to the description of repo status
0 Star 7 Fork 0

熊孝兵 / lsky
Closed

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

简介:


兰空,为个人站长、开发者、写博文爱好者开发的图床程序。同时可用作网络云相册。

安装需求:


  • PHP版本 > 5.3
  • Curl支持
  • Mysqli支持
  • Rewrite

安装教程:


注意:暂不支持虚拟主机,数据库需要是innodb引擎

  1. 下载兰空,上传至web运行环境,解压。

  2. 设置运行目录为 public。

  3. 配置Rewrite规则:

    Nginx:
     location / {
         if (!-e $request_filename) {
         	rewrite ^(.*)$ /index.php?s=$1 last; break;
     	}
     }
     
    Apache:

    Apache直接使用.htaccess即可

  4. 访问首页,未安装自动跳转至安装页面,根据页面提示安装即可。

Issues


你可以直接提交Lssues来说明你的问题,如果有建议请戳这里提交

更新日志


每个版本更新的内容都会记录在此处:http://www.lskys.cc/record.html

联系我


QQ:1591788658
Email: 1591788658@qq.com
Blog: www.xlogs.cn

开源许可


Apache 2.0

Copyright (c) 2017 Wispx.

About

兰空图床,(github:https://github.com/wisp-x/lsky) 已停止更新,新版地址:https://github.com/wisp-x/lsky-pro expand collapse
PHP
Apache-2.0
Cancel

Releases

No release

lsky

Contributors

All

Activities

Load More
can not load any more
PHP
1
https://gitee.com/wispx/lsky.git
git@gitee.com:wispx/lsky.git
wispx
lsky
lsky
master

Search