Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![Build Status](https://travis-ci.com/dyuliu/mtv.svg?branch=master)](https://travis-ci.com/dyuliu/mtv)
[![Coverage Status](https://coveralls.io/repos/github/dyuliu/MTV/badge.svg)](https://coveralls.io/github/dyuliu/MTV)

I would change a little bit here.

# MTV

Expand Down Expand Up @@ -141,7 +142,7 @@ optional arguments:

### Development

The server-end code and client-end code are in two separate folders, namely,` <project-home>/mtv` and `<project-home>/client`
The server-end code and client-end code are in two separate folders, namely,` <project-home>/mtv` and `<project-home>/client`

Run the following command for server-end development

Expand Down Expand Up @@ -190,13 +191,13 @@ $ gulp
$ docker-compose down -v
```



## Production deploy in local secure environment

- Install [Docker](https://docs.docker.com/install/) and [Compose](https://docs.docker.com/compose/install/)

- Download MTV project and put the MTV docker image into the project direction
- Download MTV project and put the MTV docker image into the project direction

- Enter the MTV folder and install the docker image by running

Expand Down