kypsy / website

Rails app that powers kypsy.com
https://kypsy.com
1 stars 0 forks source link
rails ruby website

Kypsy

Website

http://kypsy.com

Build Status Code Climate

Description

Kypsy is a Rails powered site for women finding friends in a new location.

That's it. For now.

Profiles are simple free form text "bios" and unlimited photos with optional captions.

Profiles also have two lists of three properties.

What I Am:

What I'm Looking For:

Requirements

Installation

git clone git@github.com:kypsy/website.git
cd website
bundle

Setup Database

cp config/database.example.yml config/database.yml

Update values to reflect your local environment.

Redis

brew install redis

Setup ENV vars

Create a .env file

touch .env

Add all required variables to .env using doc/sample-dotenv as a guide.

Import Production data

rake db:create
rake db:migrate
rake db:import

Usage

foreman start -p 3000

Authors

Contribution

  1. Fork it
  2. Get it running
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Write your code and specs
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

If you find bugs, have feature requests or questions, please file an issue.

License

PUBLIC DOMAIN

Your heart is as free as the air you breathe.
The ground you stand on is liberated territory.

In legal text, Kypsy Ruby on Rails powered website is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.

http://creativecommons.org/publicdomain/zero/1.0