Meteor Installation
Meteor Installation It is very simple to install meteor on Windows and Linux environment. Here in this tutorial, we are going to explain the steps to install the meteor on Windows and Linux. Meteor needs NodeJs so before installing make sure it is installed.
Meteor Installation on Windows | Linux | Ubuntu
First install NodeJS on your system, if NodeJS is not installed follow the steps to install on windows – NodeJS Install Steps on Windows. Steps to install NodeJs on Linux/Ubuntu Install Node on Ubuntu.
Install Meteor On Windows
To install Meteor on windows download installer from – Download Installer and run it.
Install Meteor On Linux | Ubuntu
Run the following command on terminal to install the Meteor on Windows.
Meteor Installation Command Ubuntu:
curl https://install.meteor.com/ | sh |
After Running the above command it will install the meteor on Linux/Ubuntu Environment.
Advertisements