Skip to content

BraviSoftware/bravi-ideas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bravi Ideas

Build Status Coverage Status Code Climate

This amazing application was conceived to share ideas and proposals. You are able to share your idea and people can vote for that.

You can help us to develop - the application was written in Ruby, using the Rails framework.

Pre-Configuration

Add these configurations below into your .bashrc or .zshrc file and reload the shell after that:

export FACEBOOK_APP_ID="insert_the_facebook_app_id_here"
export FACEBOOK_SECRET="insert_the_secrete_key_here"
export BRAVI_EMAIL_USER="insert_the_gmail_user_here"
export BRAVI_EMAIL_PASSWORD="insert_the_gmail_password_here"
export NOTIFICATION_SOCKET_URL="http://localhost:8080/"

Running

bundle install
rake db:migrate
rails -s

Heroku commands

Deploy

git push heroku master

Logs

heroku logs --tail

Connect to rails console

heroku run rails console

Run rake tasks

heroku run rake <task>