- java is installed
- gradle is installed (mac: brew install gradle)
- tomcat is installed (mac: brew install tomcat)
- intellij is the IDE of choice
git clone
- cd PairStairs
gradle idea
open PairStairs.ipr
gradle tomcatRun
- go to
http://localhost:8080/PairStairs/api/developers
to see the json - go to
http://localhost:8080/PairStairs/static/index.html
to see static files - tinker, expand, enjoy
- Run gradle clean
- Run gradle tomcatRun
- Shut the tomcat down(CTRL+C)
- Run gradle cucumber for all the tests to pass
Apache 2