Giter Site home page Giter Site logo

migugalde / itph-forum Goto Github PK

View Code? Open in Web Editor NEW
1.0 6.0 2.0 13.46 MB

A community forum created for the nonprofit organization In The Potter's Hands.

Home Page: https://whispering-peak-99132.herokuapp.com/

License: MIT License

Ruby 56.84% JavaScript 0.61% CSS 15.91% HTML 20.77% CoffeeScript 0.56% Gherkin 5.32%

itph-forum's Introduction

In The Potter's Hands is a non-profit counseling center based in Pleasanton, California (client website: www.itph.org). Our challenge was to meet their need of having an online community forum where the organization community can interact and support eachother, while also maintaining a form of authorization and moderation.

Deployed Web App on Heroku: https://whispering-peak-99132.herokuapp.com/

Pivotal Tracker: https://www.pivotaltracker.com/n/projects/2071063

Test Accounts 

Admin username: [email protected],  Admin password: tester

User username: [email protected],  User password: user_password

Setup details:

Envirmental - Assuming you are in c9:

Step 1) cd /usr/local/rvm/gems/ruby-2.3.0/gems/merit-3.0.0/lib/merit
Step 2) navigarte to model_additions.rb 
Step 3) edit line 10 from 

    belongs_to :sash, class_name: 'Merit::Sash', inverse_of: nil

    to 

    belongs_to :sash, class_name: 'Merit::Sash', inverse_of: nil, optional: true

Heroku (deploying):

If you are deploying on your own Heroku please do the following -

  1. In order to support real time comments and posts you will need to do steps 2-5 in the "Deploying our Application to Heroku" of this manual :

    https://blog.heroku.com/real_time_rails_implementing_websockets_in_rails_5_with_action_cable#deploying-our-application-to-heroku

  2. In order to support media storage (profile pics for example), connect to heroku repository and do the following with your AWS information in the quoted fields:

    heroku config:set S3_BUCKET_NAME="your bucket name"

    heroku config:set AWS_ACCESS_KEY_ID="your access key id"

    heroku config:set AWS_SECRET_ACCESS_KEY="your secret access key"

itph-forum's People

Contributors

migugalde avatar ireneaili avatar hanahy avatar tberhanu avatar edwann13 avatar oraje avatar

Stargazers

 avatar

Watchers

Carina Boo avatar James Cloos avatar  avatar  avatar  avatar  avatar

Forkers

edwann13 jgg01

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.