https://github.com/jetthoughts/payperdate
PayPerDate
https://github.com/jetthoughts/payperdate
Last synced: about 1 year ago
JSON representation
PayPerDate
- Host: GitHub
- URL: https://github.com/jetthoughts/payperdate
- Owner: jetthoughts
- Created: 2013-06-25T10:11:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T10:40:48.000Z (almost 8 years ago)
- Last Synced: 2025-04-13T14:04:16.216Z (about 1 year ago)
- Language: Ruby
- Homepage: http://payperdate-staging.herokuapp.com
- Size: 3.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Setup Local Environment
$ bundle
$ cp config/database.yml.example config/database.yml
$ edit config/database.yml to use your DB credentials
$ rake setup
$ rails s
Now you can open the url: http://localhost:3000.
== Background Jobs
To run baclground jobs, which needed to detect nudity and faces on the photos and avatars need:
$ rake jobs:work
To run jobs on Heroku need to run:
$ heroku run rake jobs:work --app
== Sample Data
=== Admin User
* email: 'admin@example.com'
* password: 'welcome'
=== Users
* name: John Smith
* nickname: john
* email: john.smith@example.com
* password: welcome
* name: User User
* nickname: user
* email: user.user@example.com
* password: welcome