-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
RicheyJang
committed
Oct 29, 2020
1 parent
563aea1
commit 1390ff8
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |