Skip to content

fix #381 #444

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

Merged
merged 1 commit into from
Jan 15, 2019
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

### Redis

- follow here https://redis.io/download download and compile redis server or follow this commands
- follow here https://redis.io/download download and compile redis server or follow these commands

```
$ wget http://download.redis.io/releases/redis-4.0.11.tar.gz
@@ -22,13 +22,13 @@

### Local run

- goto submission folder, run `npm i` first
- go to submission folder, run `npm i` first
- for a local build, run `npm run local`, and use browsers open http://127.0.0.1:3003
- for a production build, run `npm run start`, and use browsers open http://127.0.0.1:3003

### Docker build and run

- build image, make sure your dokcer already startup
- build image, make sure your docker already startup
- run `./build-docker-image.sh` to build docker image, the image named **tc/redis-manager**
- after build succeed, run `docker run -p 3003:3003 -it tc/redis-manager` to run image
- then use browsers open http://127.0.0.1:3003
@@ -69,8 +69,8 @@

- Other commands may need according to functions.

- which commands are dependent on one another?
- what commands are dependent on one another?

a web app function dependent a lot of command, so, in fact, there is no command dependent on one another command.
a web app function dependent on a lot of command, so, in fact, there is no command dependent on one another command.

Please note this app does not function in IE11+