Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 316 Bytes

Clock Development Setup - Mac OS X

Run the commands below to get setup for development at Clock.

Will give you:

  • Node.js (Application Environment)
  • MongoDB (Database)
  • ZeroMQ (Messaging System)
curl -sSL https://raw.github.com/clocklimited/setup/master/setup.sh >/tmp/setup.sh
bash /tmp/setup.sh