Git Product home page Git Product logo

sofreakingboring's Introduction

SoFreakingBoring

What is SoFreakingBoring ?

SoFreakingBoring is a free and simple project management and time tracking application. It allows you to easily create your own projects and tasks, invite people and start working together.

Project Dashboard

Requirements

  • Ruby 2.0+
  • MySQL for production

Installation

Before starting SoFreakingBoring you need to follow these steps:

  • migrate database with 'rake db:migrate'
  • start in development mode with 'rails s'

The Whenever gem is used for cron jobs. To make it work:

  • Enter 'whenever' to see what would be added to your cron tab
  • Enter 'whenever -w' to add jobs to your crontab.

Note: SoFreakingBoring works on Linux and Mac OS X. It has not been tested on Windows and the whenever should not work. If you work on Windows you should consider Vagrant.

Configuration

This project uses the following environment variables.

Mandatory configuration

Name Default Value Description
DEVISE_SECRET_KEY none You must generate a Devise key
RAILS_ENV development Don't forget to switch it to production
PORT 3000 Puma server port
SECRET_TOKEN none Rails needs a secret token

MySQL Configuration

Name Default Value Description
DB_HOST localhost Database host server
DB_NAME sofreaking Database name
DB_PASSWORD ย  User password
DB_PORT 3306 Database port
DB_USERNAME root User name used to log in

External services and mail configuration

Name Default Value Description
GOOGLE_ANALYTICS_KEY none if you want to track usage statistics
GRAVATAR_HTTPS false Must be true if https is used

OAuth Configuration

Name Default Value Description
FACEBOOK_KEY none facebook key for omniauth
FACEBOOK_SECRET none facebook secret for omniauth
GITHUB_KEY none github key for omniauth
GITHUB_SECRET none github secret for omniauth
GOOGLE_KEY none google key for omniauth
GOOGLE_SECRET none google secret for omniauth

sofreakingboring's People

Contributors

laion01 avatar

Watchers

 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.