Giter VIP home page Giter VIP logo

gala's Introduction

Gala

GitHub release badge. Github commits (since latest release) CircleCI badge. Greenkeeper badge. license View performance data on Skylight

Gala is a platform for the collaborative study of media-rich teaching cases.

Install and Setup

You will need to have the following prerequisites installed locally in order to run Gala:

  • Ruby 2.6.6
  • Rails v6.0.2.2
  • PostgreSQL >= v9.6.17 (Postgres.app is recommended as a one-click install for MacOS)
  • Redis

If you do not yet have Redis installed, follow instructions for your local platform to install Redis and be sure that Redis is up and running locally.

Clone the Gala codebase to your local machine:

git clone [email protected]:galahq/gala.git

Install the required Ruby gems:

bundle install

Install the required node packages:

yarn install

Create and seed your development and test databases:

rails db:setup
rails db:test:prepare

Cron jobs

The full-text case search is powered by a Postgres materialized view so it’s really fast. The consequence is that changes don’t appear in search results until the view is refreshed. Set a cron job or use Heroku Scheduler or the equivalent to run rake indices:refresh as frequently as makes sense.

To send a weekly report of usage data, run rake emails:send_weekly_report once per week.

gala's People

Contributors

cbothner avatar pearlzhuzeng avatar waisaed avatar timothyf avatar greenkeeper[bot] avatar afichter-um avatar mariehooper avatar greenkeeperio-bot avatar rahulagrbej avatar zvkemp 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.