First need an Ubuntu server
Setup with Ubuntu:
curl --silent --location https://deb.nodesource.com/setup_0.12 | sudo bash -
Then install with Ubuntu:
sudo apt-get install --yes nodejs
Optional: install build tools
To compile and install native addons from npm you may also need to install build tools:
apt-get install --yes build-essential
1. Installing Meteor-Up.
Meteor-Up can be easily installed with NPM. Don’t forget the
-g
to make the package global.
npm install mup
You should now be able to display every MUP command with:
mup —help
If that’s all ok, then we can init a project:
mup init