Giter Site home page Giter Site logo

jeroenpeeters / meteor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meteor/meteor

0.0 2.0 0.0 27.58 MB

Meteor, an ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. The install scripts in this repo are patched to allow Meteor to run on ARM architecture (for instance Raspberry Pi). Thanks to @IGx89.

Home Page: www.meteor.com

License: Other

Shell 0.78% JavaScript 96.41% CSS 1.62% CoffeeScript 0.90% Python 0.28%

meteor's Introduction

Meteor on Raspberry Pi

The install scripts are patched to allow Meteor to run on ARM architecture (for instance Raspberry Pi).

Meteor

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

With Meteor you write apps:

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

Documentation is available at http://docs.meteor.com/

Installing on a Raspberry Pi device

Download the Raspbian Wheezy armhf Raspberry Pi minimal image and put it on a 1+ GB SD card: http://www.linuxsystems.it/raspbian-wheezy-armhf-raspberry-pi-minimal-image/

Start up the OS on the device using the SD card you built

Install packages required by fibers and Meteor:

apt-get update
apt-get install python make g++ curl

Install Meteor:

mkdir /opt/meteor
cd /opt
git clone https://github.com/jeroenpeeters/meteor.git
cd meteor/scripts
./generate-dev-bundle.sh
cd ..
./meteor

To add Meteor to your PATH, run nano /etc/profile and then put the following right before the export PATH line:

# add Meteor to path
PATH="$PATH:/opt/meteor"

Log out of the terminal session and go back in, to make the PATH change take effect

Setup mongodb (change to address of a mongo database running on a different computer -- doesn't support running locally yet):

export MONGO_URL=mongodb://192.168.1.108:27017/todos

Create and run a Meteor app:

mkdir ~/apps
cd apps
meteor create --example todos
cd todos
meteor

Todo

  • Implement support for running mongodb locally

Developer Resources

Building an application with Meteor?

Interested in contributing to Meteor?

meteor's People

Contributors

glasser avatar dgreensp avatar n1mmy avatar avital avatar slava avatar gschmidt avatar arbesfeld avatar awwx avatar debergalis avatar timhaines avatar possibilities avatar justinsb avatar html5cat avatar mquandalle avatar cmather avatar dandv avatar tmeasday avatar zealoushacker avatar mitar avatar estark37 avatar mariapacana avatar zol avatar jonathankingston avatar clarete avatar jeroenpeeters avatar mizzao avatar marcandre avatar ed-von-schleck avatar cangit avatar jagill avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.