Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Last active October 10, 2022 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanusdad/16568c8464ae6287220c5dc5124220a8 to your computer and use it in GitHub Desktop.
Save nanusdad/16568c8464ae6287220c5dc5124220a8 to your computer and use it in GitHub Desktop.
Getting started with Meteor Ubuntu
  1. Create appuser group
  2. Create appuser
  3. Login as appuser
su - appuser
  1. Install nvm
5. Install Meteor
```shell
curl https://install.meteor.com/ | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment