Clone this repo or download the zip file from Github.
git clone https://github.com/worona/worona-dashboard.git
cd worona-dashboardInstall Node if you haven't installed it yet. We recommend v4.
Install Meteor if you haven't installed it yet:
curl https://install.meteor.com/ | shRun npm run install:all to install all dependencies. It may take quite a while. Don't despair.
npm install # do this first to install recuersive-install
npm run install:allRun the dashboard client.
cd client
npm startOpen another terminal and run the tests watcher.
npm testOpen another terminal and run the dashboard server.
cd server
npm startPreconditions:
VirturalBox installation. See https://www.virtualbox.org/manual/UserManual.html
Run vagrant up to start an Ubuntu VM
Run vagrant ssh to login to the Ubuntu VM
Run the Development Commands listed above.
## Error tracking
