Skip to content

RokkinCat/gargamel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gargamel

Home

stuff

Issues

stuff

Installation

  1. brew install postgres

  2. brew install redis

  3. bundle install

  4. Create a .env file

    DATABASE_URL=postgres://localhost/gargamel
    REDIS_URL=redis://localhost:6379
    REDIS_CONNECTIONS_CLIENT=10
    REDIS_CONNECTIONS_SERVER=10
    
    ADMIN_MODE=true
    
  5. bundle exec rake db:migrate

Running

Server

  1. bundle exec foreman start dev

Daily Stat Job

  1. bundle exec rake garg:daily

Development Notes

Reset database

drop schema public cascade;
create schema public;

About

Dashboard for monitoring issues and PR health on multiple projects for OSS maintainers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors