Collaborative project for Meteor-devshop Columbus to provide a discussion starter and practical working example app.
The aim of forgebell is to provide a simple way for those arriving at the forge (where Meteor-devshop Columbus is hosted) to prompt another attendee to come open the door for them.
Table of Contents generated with DocToc
Clone repo
git clone git@github.com:jfols/forgebell.git <your-project-name>
Get up in that project directory
cd <your-project-name>
If you don't have Meteor install, install it
curl https://install.meteor.com | /bin/sh
Fire up the engines
meteor
Debug tests
JASMINE_BROWSER=PhantomJS DEBUG=1 MOCHA_DEBUG=1 JASMINE_DEBUG=1 VELOCITY_DEBUG=1 VELOCITY_DEBUG_MIRROR=1 meteor
- coffeescript - Yum
- erasaur:meteor-lodash - Delicious functional helpers
- kadira:blaze-layout - Blaze rendering for Flow Router
- kadira:flow-router - Routing at its finest
- accounts-password - Basic accounts system with password support
- arillo:flow-router-helpers - Flow Router helpers
- useraccounts:flow-routing - Flow router tools for user accounts
- materialize:materialize - Get Materialized
- modweb:materialize-connection-status
- useraccounts:materilize - Beautiful and simple user account templates
- zimme:active-route - Simple template helpers to determine active routes
- sanjo:jasmine - Jasmine test
- aldeed:autoform
- aldeed:collection2
awesome in-browser development tools
There are several options to deploy your app.
You can use the free meteor deploy
service (hosted by Meteor) or your can deploy to your own server.
meteor deploy <yourapp>.meteor.com
Or to your own domain using Meteor deploy by setting the CNAME
of your domain to origin.meteor.com
.
We find the use of Digital Ocean with Meteor Up to be the simplest and most cost effective hosting solution. For a more robust database experience give Compose a try.
Check out this hackpad https://hackpad.com/Production-Meteor-Deploy-Ubuntu-14.04-5TRJ2Erlngg