Then you have to edit your main `.gitignore` file (in your project's root). Add your newly copied `Makefile` into it. So you won't have your experiments in your repo.
By doing this you'll make your Makefile use those config files.
## How to use what I've just done
`run services` - run this in your project's dir `sudo make start c=service1 service2 ...`
`stop services` - run this in your project's dir `sudo make down`
`run a command` - run this in your project's dir `sudo make cmd c=service command` - this command will be run in your working dir
## I've done all that. What's next
Open `http://localhost:8080` on your host machine and you shoud see your project's homepage
## I've done all that and can't get my app running
So, browse the Makefile and you'll find that `log` and `status` things. Feel free to Google errors. Only if nothing else helps, contact me `sn.yakubenko@gmail.com`