vagrant up
vagrant ssh
curl https://install.meteor.com/ | sh
cd /vagrant
meteor create app
- Now we need to move the
.meteor
directory inside/vagrant/app
. This is because the/vagrant
directory is a shared directory, and there exists amongoDB
installation inside of/vagrant/app/.meteor
, which will be unable to obtain a lock on the mongo file. cd app
mv /vagrant/app/.meteor ~/app
ln -s ~/app .meteor
meteor remove blaze-html-templates
meteor remove ecmascript
meteor add angular
meteor add angularui:angular-ui-router
meteor add universe:modules
meteor
This should get the base app up and running
(unknown, but assumed to be much easier)
- OAuth integration
- Arcgis integration
- Server-side database access permissions/patterns
- Sort/filter/paginate
- Mobile cross-compilation
- Testing