Skip to content
 
 

Repository files navigation

Meteor

TravisCI Status CircleCI Status

Meteor is an ultra-simple environment for building modern web applications.

With Meteor you write apps:

  • in modern JavaScript
  • that send data over the wire, rather than HTML
  • using your choice of popular open-source libraries

Try a getting started tutorial:

Next, read the guide and the documentation.

aarch64

Tested with Raspberry Pi 3 Model B and ArchLinuxARM

  1. Install necessary packages, python3 won't work
pacman -Sy make gcc python2
  1. Link python to python2 executable in /usr/bin
ln python2.7 python
  1. Extend /tmp partition, otherwise mongoDB can't be extracted
mount -o remount,size=4G,noatime /tmp
  1. Build the bundle
./scripts/generate-dev-bundle.sh
  1. Test meteor
./meteor --version

Quick Start

On Windows, the installer can be found at https://www.meteor.com/install.

On Linux/macOS, use this line:

curl https://install.meteor.com/ | sh

Create a project:

meteor create try-meteor

Run it:

cd try-meteor
meteor

Developer Resources

Building an application with Meteor?

Interested in helping or contributing to Meteor? These resources will help:

Uninstalling Meteor

Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:

rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor

On Windows, just run the uninstaller from your Control Panel.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages