jamesu / railscollab
- Source
- Commits
- Network (26)
- Issues (15)
- Downloads (0)
- Wiki (6)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gems | Fri Nov 20 14:05:05 -0800 2009 | |
| |
.gitignore | Fri Nov 20 14:05:07 -0800 2009 | |
| |
Capfile | Mon Nov 17 19:34:06 -0800 2008 | |
| |
INSTALL.markdown | Fri Aug 21 09:09:32 -0700 2009 | |
| |
LICENSE | Fri Nov 20 14:05:13 -0800 2009 | |
| |
README.markdown | Fri Nov 20 14:05:13 -0800 2009 | |
| |
Rakefile | Tue Nov 06 06:18:42 -0800 2007 | |
| |
UPGRADE.markdown | Thu Nov 27 08:12:23 -0800 2008 | |
| |
app/ | Fri Nov 20 14:05:13 -0800 2009 | |
| |
config/ | Thu Nov 26 14:11:06 -0800 2009 | |
| |
db/ | Wed Nov 04 12:37:03 -0800 2009 | |
| |
doc/ | Tue Nov 06 06:18:42 -0800 2007 | |
| |
lib/ | Thu Nov 26 12:18:08 -0800 2009 | |
| |
log/ | Thu May 22 06:31:47 -0700 2008 | |
| |
public/ | Fri Nov 06 04:59:36 -0800 2009 | |
| |
script/ | Fri Nov 20 14:05:07 -0800 2009 | |
| |
test/ | Wed Nov 04 07:47:21 -0800 2009 | |
| |
tmp/ | Thu May 22 06:31:47 -0700 2008 | |
| |
vendor/ | Thu Nov 26 11:52:56 -0800 2009 |
RailsCollab
What is it?
RailsCollab is a free web based Project Management and Collaboration tool largely inspired by Basecamp, the communication-oriented project management solution from 37signals.
Its roots come from a similar project called ProjectPier (previously known as ActiveCollab), which instead of Ruby is written in PHP.
Manage projects. How?
In RailsCollab, you have the following:
- Task lists - to keep track of what needs to get done, and who is responsible
- Milestones - to track what needs to get done and by whom
- Times - to record how much time has been spent on a project or task
- Files - to share data with your clients
- Messages - for centralized communication
You can add clients to your projects at any time. Each member of a client can have a login, whose access can be restricted to certain elements of the project.
How can i install / upgrade?
Simply run the following:
script/setup
And login using the username admin, with the password password.
For more advanced setup options, refer to the INSTALL.markdown and UPGRADE.markdown files
I do i do [x]?
Check out the wiki on github.
Are there any screenshots or is there even a demo?
Please refer to the project entry on OpenSourceRails for any screenshots or demos.
Can I run RailsCollab on Heroku?
Yes you can! And this is how:
Run setup script
script/setup
Setup heroku app
heroku create
Push database onto heroku
heroku db:push
Push config onto heroku
rake heroku:config --app [heroku app name]
Launch in browser
heroku open
Licensing
For licensing details, refer to the LICENSE file in the root directory.

