Giter Site home page Giter Site logo

joyvuu-dave / gather Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gather-community/gather

0.0 0.0 0.0 15.1 MB

A fun, responsive, secure app for managing a cohousing community!

License: MIT License

Ruby 78.20% JavaScript 0.65% CoffeeScript 2.05% CSS 4.47% HTML 14.63%

gather's Introduction

Gather

A cohousing meals management system.

Platform

Gather is a Ruby on Rails application with some client-side JavaScript for dynamic view elements. HTML is generally rendered server-side. SCSS is used for styling. No special IDE is required for Ruby on Rails development.

Ruby on Rails applications are best developed and run on Linux, Unix, or Mac OS. Development is also possible, though not recommended, on Windows. See the Rails download page for more information.

Package Managers

To install the software below we recommend the following package managers:

  • Mac OS X: Homebrew
  • Linux/Unix: bundled package manager (e.g. apt-get, yum)

System dependencies

  1. Ruby v2.2.x (see .ruby-version file for exact version, rbenv is recommended for Ruby version management)
  2. Bundler
  3. Once Ruby is installed, run gem install bundler to install.
  4. PostgreSQL v9.2+ (database)
  5. ImageMagick
  6. Set up a Gather OAuth client, if you don't have one, on Google Developers.

Development Setup Guide

Follow these steps to setup a development environment for Gather.

  1. Install all above dependencies

  2. Retrieve project files using Git

git clone https://github.com/sassafrastech/gather.git
cd gather

If developing, it's best to work off the development branch:

git checkout develop

The remaining steps should all be done from the project directory.

  1. Install gems

  2. Run bundle install to install the required gems.

  3. Set local config

  4. Copy config/settings.local.yml.example to config/settings.local.yml.rb.

  5. Edit config/settings.local.yml to fit your environment.

  6. Create development and test databases and schemas

  7. Copy config/database.yml.example to config/database.yml.

  8. Run rake db:create to create mess_development and mess_test databases.

  9. Run rake db:schema:load to create the schema in both databases.

  10. Create a user so you can sign in

  11. Run rake fake:user_data to add one community, one household, and one user (with admin privileges and your GMail address) to the gather_development database.

  12. Run the tests

  13. Run bundle exec rspec.

  14. All tests should pass.

  15. Start the server

  16. Run bundle exec rails s.

  17. Leave this console open.

  18. Start DelayedJob

  19. Open a new console.

  20. Go to the project directory.

  21. Run bin/delayed_job start.

  22. Start using the system

  23. In a browser, go to http://gather.localhost.tv:3000 to start Gather.

  24. Click "Sign in with Google" to use Gather as the user you just created.

  25. Enjoy!

gather's People

Contributors

kenatsun avatar

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.