-
Notifications
You must be signed in to change notification settings - Fork 21
Getting Started with OS X
&y edited this page Oct 17, 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
cd /build/provision/osx
- Review the
provision-osx.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
/build
:cd ../../
- Install the build dependencies:
npm install
8 Run the app:grunt
- In a browser, navigate to http://localhost:5000/