|
8 | 8 |
|
9 | 9 | ### Redis
|
10 | 10 |
|
11 |
| -- follow here https://redis.io/download download and compile redis server or follow this commands |
| 11 | +- follow here https://redis.io/download download and compile redis server or follow these commands |
12 | 12 |
|
13 | 13 | ```
|
14 | 14 | $ wget http://download.redis.io/releases/redis-4.0.11.tar.gz
|
|
22 | 22 |
|
23 | 23 | ### Local run
|
24 | 24 |
|
25 |
| -- goto submission folder, run `npm i` first |
| 25 | +- go to submission folder, run `npm i` first |
26 | 26 | - for a local build, run `npm run local`, and use browsers open http://127.0.0.1:3003
|
27 | 27 | - for a production build, run `npm run start`, and use browsers open http://127.0.0.1:3003
|
28 | 28 |
|
29 | 29 | ### Docker build and run
|
30 | 30 |
|
31 |
| -- build image, make sure your dokcer already startup |
| 31 | +- build image, make sure your docker already startup |
32 | 32 | - run `./build-docker-image.sh` to build docker image, the image named **tc/redis-manager**
|
33 | 33 | - after build succeed, run `docker run -p 3003:3003 -it tc/redis-manager` to run image
|
34 | 34 | - then use browsers open http://127.0.0.1:3003
|
|
69 | 69 |
|
70 | 70 | - Other commands may need according to functions.
|
71 | 71 |
|
72 |
| - - which commands are dependent on one another? |
| 72 | + - what commands are dependent on one another? |
73 | 73 |
|
74 |
| - a web app function dependent a lot of command, so, in fact, there is no command dependent on one another command. |
| 74 | + a web app function dependent on a lot of command, so, in fact, there is no command dependent on one another command. |
75 | 75 |
|
76 | 76 | Please note this app does not function in IE11+
|
0 commit comments