sambrannon / pass-pass

A simple password sharing app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass-Pass

The hottest way to share your passwords.

Setup

Requirements

You'll want the Heroku CLI and rbenv installed.

$ brew install heroku rbenv ruby-build

You'll also need to be running redis locally so that Sidekiq can operate. You can run this easily within Docker.

$ docker run -it -p 6379:6379 redis

Quickstart

$ rbenv install
$ gem install bundler
$ bundle install
$ bundle exec rake db:migrate
$ heroku local

At this time the server will be available at http://localhost:5000.

About

A simple password sharing app


Languages

Language:Ruby 72.2%Language:HTML 14.8%Language:CSS 10.0%Language:JavaScript 2.6%Language:CoffeeScript 0.5%