8000 GitHub - edolfo/meteor-arcgis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

edolfo/meteor-arcgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meteor-arcgis

Installation with Vagrant

  1. vagrant up
  2. vagrant ssh
  3. curl https://install.meteor.com/ | sh
  4. cd /vagrant
  5. meteor create app
  6. Now we need to move the .meteor directory inside /vagrant/app. This is because the /vagrant directory is a shared directory, and there exists a mongoDB installation inside of /vagrant/app/.meteor, which will be unable to obtain a lock on the mongo file.
  7. cd app
  8. mv /vagrant/app/.meteor ~/app
  9. ln -s ~/app .meteor
  10. meteor remove blaze-html-templates
  11. meteor remove ecmascript
  12. meteor add angular
  13. meteor add angularui:angular-ui-router
  14. meteor add universe:modules
  15. meteor

This should get the base app up and running

Installation without Vagrant

(unknown, but assumed to be much easier)

TODO

  • OAuth integration
  • Arcgis integration
  • Server-side database access permissions/patterns
  • Sort/filter/paginate
  • Mobile cross-compilation
  • Testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0