updating master
This commit is contained in:
22
README.md
22
README.md
@@ -31,12 +31,7 @@
|
||||
| google-chrome-stable/stable,now 62.0.3202.94-1 amd64 |
|
||||
| nodejs/unknown,now 6.12.0-1nodesource1 amd64 |
|
||||
|
||||
##### Test locally with CircleCi
|
||||
|
||||
- Go to the project dir
|
||||
- ```circleci build```
|
||||
|
||||
##### Develop
|
||||
##### Set up for Develop and Testing
|
||||
|
||||
- Run the docker container for the 1st time
|
||||
|
||||
@@ -72,12 +67,27 @@ npm install &&\
|
||||
invoke db_migrate
|
||||
```
|
||||
|
||||
|
||||
##### Important
|
||||
- Open another terminal tab, this script watches for changes and pass them
|
||||
to the docker conatiner, which will restart the web server
|
||||
```./watch.sh```
|
||||
|
||||
|
||||
##### Run the server
|
||||
```invoke serve_debug```
|
||||
|
||||
|
||||
##### Test locally without CircleCi
|
||||
```invoke test_ci```
|
||||
|
||||
|
||||
##### Test locally with CircleCi
|
||||
|
||||
- Go to the project dir
|
||||
- ```circleci build```
|
||||
|
||||
|
||||
## OS steps wihout Docker
|
||||
|
||||
#### macOS systems
|
||||
|
||||
Reference in New Issue
Block a user