updating master

This commit is contained in:
Senad Uka
2017-11-27 17:04:51 +01:00
parent b4e45199b7
commit efb4547a37
4 changed files with 36 additions and 11 deletions

View File

@@ -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