Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blackstar-baba committed Oct 19, 2020
1 parent 39bf387 commit 2aa4f06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Compile the source code to get the compressed package or download the installati

```
unzip /path/to/softwarelab-xx.zip -d /target/path
unzip softwarelab-xx.zip -d /path/to/
```

Execute start command

```
./target/path/softwarelab/bin/startup.sh
./path/to/softwarelab/bin/startup.sh
```

Expand All @@ -44,23 +44,23 @@ Use a browser to open the address `http:https://ip:8080/`, the default username and pa

```
./target/path/softwarelab/bin/restart.sh
./path/to/softwarelab/bin/restart.sh
```

### stop

```
./target/path/softwarelab/bin/shutdown.sh
./path/to/softwarelab/bin/shutdown.sh
```

### View log

```
tail -f /target/path/softwarelab-xx.log
tail -f /path/to/softwarelab/softwarelab-xx.log
```

Expand All @@ -70,4 +70,4 @@ tail -f /target/path/softwarelab-xx.log

## Future plan

//todo
//todo

0 comments on commit 2aa4f06

Please sign in to comment.