{"id":7861,"date":"2015-11-01T00:59:09","date_gmt":"2015-11-01T00:59:09","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2015\/11\/01\/meteor-meteor\/"},"modified":"2015-11-01T00:59:09","modified_gmt":"2015-11-01T00:59:09","slug":"meteor-meteor","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2015\/11\/01\/meteor-meteor\/","title":{"rendered":"meteor\/meteor"},"content":{"rendered":"<p>Meteor is an ultra-simple environment for building modern web applications.<\/p>\n<p>With Meteor you write apps:<\/p>\n<ul>\n<li>in pure JavaScript<\/li>\n<li>that send data over the wire, rather than HTML<\/li>\n<li>using your choice of popular open-source libraries<\/li>\n<\/ul>\n<p>Documentation is available at http:\/\/docs.meteor.com\/<\/p>\n<h2>Quick Start<\/h2>\n<p>Install Meteor:<\/p>\n<pre><code>curl https:\/\/install.meteor.com | \/bin\/sh\n<\/code><\/pre>\n<p>Create a project:<\/p>\n<pre><code>meteor create try-meteor\n<\/code><\/pre>\n<p>Run it:<\/p>\n<pre><code>cd try-meteor\nmeteor\n<\/code><\/pre>\n<p>Deploy it to the world, for free:<\/p>\n<pre><code>meteor deploy try-meteor.meteor.com\n<\/code><\/pre>\n<h2>Slow Start (for developers)<\/h2>\n<p>If you want to run on the bleeding edge, or help develop Meteor, you can run Meteor directly from a git checkout.<\/p>\n<pre><code>git clone git:\/\/github.com\/meteor\/meteor.git\ncd meteor\n<\/code><\/pre>\n<p>If you\u2019re the sort of person who likes to build everything from scratch, you can build all the Meteor dependencies (node.js, npm, mongodb, etc) with the provided script. This requires git, a C and C++ compiler, autotools, and scons. If you do not run this script, Meteor will automatically download pre-compiled binaries when you first run it.<\/p>\n<pre><code># OPTIONAL\n.\/scripts\/generate-dev-bundle.sh\n<\/code><\/pre>\n<p>Now you can run meteor directly from the checkout (if you did not build the dependency bundle above, this will take a few moments to download a pre-build version).<\/p>\n<pre><code>.\/meteor --help\n<\/code><\/pre>\n<p>From your checkout, you can read the docs locally. The <code>\/docs<\/code> directory is a meteor application, so simply change into the <code>\/docs<\/code> directory and launch the app:<\/p>\n<pre><code>cd docs\/\n..\/meteor\n<\/code><\/pre>\n<p>You\u2019ll then be able to read the docs locally in your browser at <code>http:\/\/localhost:3000\/<\/code>.<\/p>\n<p>Note that if you run Meteor from a git checkout, you cannot pin apps to specific Meteor releases or run using different Meteor releases using <code>--release<\/code>.<\/p>\n<h2>Uninstalling Meteor<\/h2>\n<p>Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:<\/p>\n<pre><code>rm -rf ~\/.meteor\/\nsudo rm \/usr\/local\/bin\/meteor\n<\/code><\/pre>\n<h2>Developer Resources<\/h2>\n<p>Building an application with Meteor?<\/p>\n<p>Interested in contributing to Meteor?<\/p>\n<p>We are hiring! Visit https:\/\/www.meteor.com\/jobs to learn more about working full-time on the Meteor project.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Meteor is an ultra-simple environment for building modern web applications. With Meteor you write apps: in pure JavaScript that send data over the wire, rather than HTML using your choice of popular open-source libraries Documentation is available at http:\/\/docs.meteor.com\/ Quick Start Install Meteor: curl https:\/\/install.meteor.com | \/bin\/sh Create a project: meteor create try-meteor Run it: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7861","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7861","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7861"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7861\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7861"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7861"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7861"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}