Skip to content

Developer Environment

Chris Matheny edited this page Mar 29, 2017 · 10 revisions

How to set up your developer environment

Fork

Fork the Interview Evaluations repo

Clone

git clone https://github.com/YOUR-USERNAME/interview-evaluations.git

Create upstream remote

git remote add upstream https://github.com/1701-jan09-java/interview-evaluations.git

Download Docker

Windows: Install make

Spin up environment

make up

Rebuild Interview Evaluations API (during development)

make

Shut down environment

make down

See Makefile wiki for more information about how to use our Makefile.

Clone this wiki locally