jfols / forgebell

Doorbell for the Forge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forgebell

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

Quick Start

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

Noteworthy included packages

awesome in-browser development tools

Deploy your app

There are several options to deploy your app.

Meteor Deploy (easy)

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.

Semi-Manual Deploy (recommended)

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.

Manual Deploy (experts only)

Check out this hackpad https://hackpad.com/Production-Meteor-Deploy-Ubuntu-14.04-5TRJ2Erlngg

About

Doorbell for the Forge

License:MIT License


Languages

Language:HTML 56.7%Language:CoffeeScript 39.1%Language:CSS 4.2%