-
Notifications
You must be signed in to change notification settings - Fork 9
Developer Environment
Chris Matheny edited this page Mar 29, 2017
·
10 revisions
Fork the Interview Evaluations repo
git clone https://github.com/YOUR-USERNAME/interview-evaluations.git
git remote add upstream https://github.com/1701-jan09-java/interview-evaluations.git
- Docker for Mac
- Windows 10 Professional: Docker for Windows
- Windows 10 Home, Windows 7, 8: Docker Toolbox for Windows
- GNU Make for Windows
- Copy make.exe to a directory on
$PATH, e.g. ~/bin
make up
make
make down
See Makefile wiki for more information about how to use our Makefile.