Giter VIP home page Giter VIP logo

teambox's Introduction

Teambox Project Manager

A project management software built on Ruby on Rails with a focus on collaboration.

Teambox is project-oriented. Each project is private and can only be accessed by its owner and collaborators. Projects have a status wall, conversations, tasks, shared pages and file uploads.

You can use Teambox online to understand how it works before installing.

Visit the product's site for documentation, community and support: http://www.teambox.com/

Teambox: Project Management and Collaboration software

GET ROLLING!

You can also use Teambox online. If you've chosen to run your own copy, then follow these simple steps!

Install missing gems:

  • rake gems:install

Create Your Database

  • rake db:create

Run Migrations

  • rake db:auto:migrate

Edit config files

  • config/teambox.yml: replace the needed values for your own domain name.
  • config/environment.rb: enter your email settings for smtp_settings.

Run the server with ./script/server and go to http://localhost to start using Teambox!

Plugins we use that you need to know about

Auto Migrations

You won't see a-lot of migration files in this rails project because we're using an awesome plugin called auto_migrations. Instead of creating migration files you modify the schema file and the run a rake that figures out what it has to do. Its saves alot of time in development. Then when you're ready to share you app for deployment there is a rake to convert your current schema to a migration file. So you'll only have migration files for major revisions.

TODO (Version 2)

  • being able to delete comments
  • seed data, so when were in development we can load up a project quickly

TODO (Version 2.1)

  • project drop down
  • time tracking
  • column filters
  • file revision uploads

teambox's People

Contributors

alejandrojl avatar balinterdi avatar jamesu avatar jjmata avatar johnbintz avatar omenking avatar stepin avatar ujifgc avatar unixcharles avatar

Stargazers

 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.