/vagrant-meteor-app-starter

Installs Meteor on Vagrant VM

Primary LanguageRuby

Vagrant Meteor App Starter

(Work in Progress - Not Fully Functional)

A Meteor project starter, utilizing a Vagrant VM (default: Ubuntu 12.04 Precise Pangolin 32-bit) provisioned with Chef Solo.

Cookbooks included:

Dependencies

Usage

Clone it into your project folder.

$ git clone https://github.com/devert/vagrant-meteor-app-starter [proj-name]
$ rm -rf .git

Open the vagrant/Vagrantfile and modify proj-name instances to the name of your project. Modify the Node.js version you would like installed in the chef.json attributes.

$ vagrant plugin install vagrant-librarian-chef
$ cd vagrant
$ vagrant up
$ vagrant ssh
$ cd [proj-name]
$ meteor run

After running the above commands you should be able to browse to http://locahost:3000/ and see your running Meteor app. Changes to files via the host machine will immediately be updated on the guest VM as well. Now get in there and build something awesometronic with Meteor!