Thursday, 26 May 2016

How to install Meteor on Windows 10

Download the Meteor from the below link "Download the Meteor installer for Windows."

https://github.com/meteor/windows-preview

After the file named "InstallMeteor.exe" is downloaded  , double click on it.  Choose signup and provide details or skip step.Now the meteor is installed on your machine

Restart the machine.After the restart right click on the windows icon and click command prompt(Admin)

Then go to the desired folder where you would like to  create a website related files
 run the command meteor create mywebblog
say c:\installable\meteor>meteor create mywebblog

Go to the folder mywebblog say
c:\installable\meteor>cd mywebblog

Run the command meteor from the command prompt , windows will ask to allow access as firewall may block , please choose allow access
c:\installable\meteor\mywebblog>meteor

The below lines will be displayed

=> Started proxy.
=> Started MongoDB.
=> Started your app.

=> App running at: http://localhost:3000/
   Type Control-C twice to stop.


Then open browser and provide http://localhost:3000/ , page will appear with content as

Welcome to Meteor!






No comments:

Post a Comment