A place to breathe

Tuesday, June 10, 2014

Installing meteor

Meteor is a new JavaScript framework.
To install Meteor, run the following command:

1. curl http://install.meteor.com | /bin/sh

This command will do two main things:
1. it install a .meteor directory that includes:
    a. "meteor" script
    b. packages
    c. releases
    d. tools

2. it install the script in /usr/local/bin/meteor.

When you run the command above, /bin/sh will runs the /usr/local/bin/meteor once.

Inside the "tools" it installs "mongodb" that will be primarily used for the database. Currently, it only supports mongodb.

To uninstall meteor, remove the following:

1. script located at /usr/local/bin/meteor
2. directory in your home at ~/.meteor

Note that you need to be a "sudoer".


No comments:

About Me

I'm currently a software engineer. My specific interest is games and networking. I'm running software company called Nusantara Software.