adamloving / tent-app-rails

Vanila sample tent rails app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanila Rails Tent App

This is an example rails application for the tent protocol. Some of the code was copied from tent-status. Fork this repo to create your own tent app. It was created by Adam Loving (http://adamloving.tent.is). You can see an instance of it running here:

[http://tent-app-rails.herokuapp.com/]

Getting started

This is a ruby on rails project.

To run it, currently you need these environment variables set (in your .env file).

ROOT_URL=http://localhost:3001

(use heroku config:add to add these to your heroku app)

Also

heroku rake db:migrate

Add-ons

heroku addons:add scheduler:standard

About

Vanila sample tent rails app


Languages

Language:Ruby 97.4%Language:JavaScript 1.3%Language:Shell 1.0%Language:CoffeeScript 0.2%