Skip to content

Instantly share code, notes, and snippets.

@hawkup
Created November 10, 2015 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hawkup/e8bacbd7dff5ecbac652 to your computer and use it in GitHub Desktop.
Save hawkup/e8bacbd7dff5ecbac652 to your computer and use it in GitHub Desktop.
Meteor Development
  • Installation
curl https://install.meteor.com/ | sh

# if you found this error
curl: (77) error setting certificate verify locations:
  CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
# fix follow this
http://stackoverflow.com/questions/30154208/trouble-installing-meteor-on-ubuntu-14-04
  • create project
meteor create {project}
  • serve server
cd {project}
meteor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment