Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
RicheyJang committed Oct 29, 2020
1 parent 563aea1 commit 1390ff8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Tiny Download Station
一个极小的下载站服务器,提供配置下载根目录、文件夹浏览、文件流式下载、主页定制等功能

仅供学习与交流

### Get Start
1. 下载Releases中的web.zip
2. 解压web.zip,将web/作为Tomcat(自行安装)的执行目录。配置conf/server.xml:
````
<Context path="/" docBase="/web" debug="0" reloadable="false" />
````
3. 配置web/WEB-INF/configs.properties中的rootpath项,填写下载文件存放的根目录
4. 启动Tomcat

0 comments on commit 1390ff8

Please sign in to comment.