Skip to content

Getting Started with OS X

&y edited this page Oct 26, 2016 · 15 revisions

Only the node.js track is supported on OS X. If you want to run the .NET code, you'll need to follow the instructions for setting up Windows, too. Consider using a virtual machine for your .NET environment.

  • In your terminal, navigate to a directory where you want to clone the project (i.e. cd ~/documents/, mkdir dev, cd dev).
  • Clone the repo: git clone https://github.com/losandes/Heinz95729.git
  • Navigate to the osx provisioning: cd /provision/osx
  • Review the provision.sh script, and comment out any applications that you already have installed
  • Execute the provision script: sh provision-osx.sh
  • When that's complete, run mongo: mongod
  • In a new tab, navigate to the build directory: cd ../../node
  • Install the build dependencies: npm install
  • Checkout what grunt can do: grunt or grunt help
  • Install the app dependencies: grunt install
  • Seed the database: grunt seed
  • Run the app: grunt start
  • In a browser, navigate to http://localhost:3000/

Optional Installs