All Projects → vigetlabs → jambells

vigetlabs / jambells

Licence: other
HQ/Boulder Pointless Weekend Project

Programming Languages

elixir
2628 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
coffeescript
4710 projects
ruby
36898 projects - #4 most used programming language

DingMyBells

Pointless Weekend 2014 Project - something to do with HandBells

##Requirements

Elixir:

brew install elixir

Postgres:

brew install postgresql

##Running Locally

Install the project's Elixir dependencies:

mix deps.get

If you get an error regarding a cowboy version, try:

mix local.hex

Setup the local postgres database:

cp lib/ding_my_bells/repo.ex.example lib/ding_my_bells/repo.ex
# edit line 5 with your local postgres user credentials

mix ecto.create Repo
mix ecto.migrate Repo

Then start the web server (also serves as an interactive console simultaneously):

iex -S mix

View the app at http://localhost:4000

##Testing

...not quite there yet.

##Deploying

This project uses Capistrano to deploy to a Digital Ocean server.

Install capistrano using bundler:

bundle install

Then simply:

cap deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].