10000 Update README.md mvn spring-boot:run by 7dir · Pull Request #643 · kekingcn/kkFileView · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update README.md mvn spring-boot:run #643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,28 @@ URL:[https://file.kkview.cn](https://file.kkview.cn)
- Redis(Optional, Unnecessary by default)
- OpenOffice or LibreOffice(Integrated on Windows, will be installed automatically on Linux, need to be manually installed on Mac OS)

1. First step:`git pull https://github.com/kekingcn/kkFileView.git`
1. Install:

2. second step:Run the main method of `/server/src/main/java/cn/keking/ServerMain.java`. After starting,visit `http://localhost:8012/`.
```sh
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"

sdk ls springboot
sdk install springboot 2.4.4
```

2. Run:

```sh
git clone https://github.com/kekingcn/kkFileView.git
cd kkFileView
mvn dependency:tree
cd server
mvn spring-boot:run
# Visit http://localhost:8012/
```

3. More info main method `./server/src/main/java/cn/keking/ServerMain.java`.

### Changelog
> December 14, 2022, version 4.1.0 released:
Expand Down
0