Giter Club home page Giter Club logo

fluxday's Introduction

fluxday

Deploy

fluxday is a task & productivity management application ideal for fast growing startups and small companies. fluxday was developed by Foradian starting in 2014 and was a critical part of the company’s hyper growth and success. fluxday was opensourced by Foradian in May 2016 to help more startups use the power of a no-nonsense productivity tracking tool.

fluxday is engineered based on the concepts of OKR - Objectives and Key Results, invented and made popular by John Doerr. OKRs and OKR tools are used today by many companies, including Google, LinkedIn and Twitter

You can use fluxday for

  • Managing and Tracking OKRs
  • Creating, assigning and tracking tasks
  • Maintaining log of time spent by employees
  • Generating different types of reports, and in different formats
  • Analyzing progress and productivity of your company, its departments, teams and employees
  • OAuth server with filtered access to users

“through discipline comes freedom” - aristotle

License

Fluxday is released under Apache License 2.0

Installation

Dependencies

  • Ruby 2.1.0
  • MySQL or MariaDB server
  • Imagemagick
  • wkhtmltopdf (To be downloaded from this website and placed in lib folder)

Clone Fluxday

git clone https://github.com/foradian/fluxday.git  

Install bundler and required gems

Once the specified version of Ruby is installed with all its dependencies satisfied, run the following command from the root directory of the application.

gem install bundler
bundle install

Configure application

For google authentication, you need to set up the corresponding key, secret, callback url etc. The application loads these informations from the file config/app_config.yml The sample configuration is available at config/app_config.yml.example (You can simply copy this file to app_config.yml to run Fluxday without google authentication).

cp config/app_config.yml.example config/app_config.yml

Create and configure database

Modify the database credentials in config/database.yml . Now you can create the database and perform migrations

rake db:create
rake db:migrate

Fluxday will populate the database with an admin user entry when we run the seed.

rake db:seed

Start the application

You can start the Rails server using

rails server

Fluxday can be accessed from the browser by navigating to http://localhost:3000.

Initial login credentials:

Email: [email protected]

Password: password

fluxday's People

Contributors

stpnlr avatar vijithmv499 avatar halissonvit avatar shyam1210 avatar juansalcedo avatar ismudnx avatar tachyons 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.