Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.autotest | Mon Jun 08 05:50:01 -0700 2009 | |
| |
.gitignore | Fri Jul 17 07:04:18 -0700 2009 | |
| |
Capfile | Fri Jun 05 08:11:24 -0700 2009 | |
| |
LICENSE | Mon Jun 08 11:26:41 -0700 2009 | |
| |
README.md | Thu Jul 16 09:36:17 -0700 2009 | |
| |
Rakefile | Fri Jun 05 08:11:24 -0700 2009 | |
| |
app/ | Wed Nov 04 10:35:34 -0800 2009 | |
| |
bootstrap.rb | Sat Jun 06 03:01:18 -0700 2009 | |
| |
config/ | Mon Aug 31 07:59:42 -0700 2009 | |
| |
db/ | Mon Aug 31 07:49:46 -0700 2009 | |
| |
lib/ | Thu Aug 20 08:58:48 -0700 2009 | |
| |
log/ | Tue Jun 09 07:41:07 -0700 2009 | |
| |
protosite/ | Fri Jun 19 03:15:59 -0700 2009 | |
| |
public/ | Thu Aug 27 03:46:00 -0700 2009 | |
| |
script/ | Mon Aug 31 07:49:46 -0700 2009 | |
| |
test/ | Mon Aug 31 07:49:46 -0700 2009 | |
| |
tmp/ | Tue Jun 09 07:41:07 -0700 2009 | |
| |
vendor/ | Mon Jul 13 10:17:06 -0700 2009 |
Teambox Project Manager
Teambox is a project management software built on Ruby on Rails, based in our previous project, Saiku.
Visit Teambox website for documentation, community and support: http://www.teambox.com/
Teambox: Project Management and Collaboration software
- Website: http://www.teambox.com/
- GitHub: http://github.com/michokest/Teambox
- Lighthouse tickets: http://teambox.lighthouseapp.com
- Original developer: Pablo Villalba (pablo@teambox.com, michokest@gmail.com)
- Copyright: (cc) 2008-2009 Saiku Desarrollos
- License: GNU AFFERO GENERAL PUBLIC LICENSE
LICENSE
Copyright (C) 2008-2009. Pablo Villalba Villar
Copyright (C) 2008-2009. Saiku Desarrollos, S.L.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Requisites
- Install Ruby on Rails in your system. You'll need Rails 2.2.2. To force this version, use gem install rails -v=2.2.2
- Install rcov gem: 'sudo gem install rcov'
- Install the missing gems with 'sudo rake gems:install'
- Add the domain alias to /etc/hosts, pointing to 127.0.0.1:
- Linux: Add *.myhost.dev
- Mac: Add www.myhost.dev and project.myhost.dev for every subdomain you intend to use in development
First time setup
- ruby bootstrap.rb (this copies the sample config files for you)
- Customize:
- /config/environment.rb file (don't forget to add ActionMailer settings)
- /config/database.yml file
- /config/amazon_s3.yml
- /config/newrelic.yml
- /config/initializers/hoptoad.rb (signup for http://hoptoadapp.com)
- /config/initializers/site_keys.rb
- Customize the environment.rb and database.yml
- rake bootstrap:all (this creates the database, runs migrations, and populates with sample data)







