Friday 15 July 2016

Installation - MeteorJS

The installation process of Meteorjs is very simple:

  • If you are Windows user, you will find an installer in the meteorjs website, which will do the job for you.
  • If you are OSX/LINUX user, then just run the next command:
    • curl https://install.meteor.com/ | sh
During the installation process, the installer will ask you to sign up as meteor developer. It is an optional step, but I prefer doing it.

In windows, the next message will appear on your screen, that is meaning the file installed on your system. 



Usually, you will find the files at the next path:
  • C:\Users\YourUserName\AppData\Local\.meteor
For OSX:
  • /usr/local/bin/meteor


You will find all the installed packages under the folder packages
and if you installed any new package in the future, it will be also available in that folder.

That is enough for the current post, don't be greedy.

Best regards,
Sol!man

MeteorJS

Hi all,

Here I will start to talk about javascript frameworks.
I will start with MeteorJS, the javascript interesting framework.
I just started to use it a few weeks ago, and would like to document my experience with it for myself and for who may be interested in using it.

Best wishes for all developers....

Sol!man