-
Notifications
You must be signed in to change notification settings - Fork 21
Getting Started with OS X
&y edited this page Oct 18, 2015
·
15 revisions
- 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/build
- Install the build dependencies:
npm install
- Install the app dependencies:
grunt install
- Run the app:
grunt
- In a browser, navigate to http://localhost:3000/