public
Fork of maddox/freelancer
Description: For your freelancing yo!
Clone URL: git://github.com/claude/freelancer.git
name age message
file .gitignore Sat Mar 29 13:28:54 -0700 2008 ignored attachments [maddox]
file README.textile Wed Apr 02 12:10:41 -0700 2008 edited the README for some clarifications [maddox]
file Rakefile Sat Mar 29 09:25:43 -0700 2008 initial import [maddox]
directory app/ Sat Mar 29 21:25:03 -0700 2008 added facebox all over [maddox]
directory config/ Sat Mar 29 21:13:11 -0700 2008 added page caching [maddox]
directory db/ Wed Apr 02 12:08:02 -0700 2008 dumped sample fixtures, redundant [maddox]
directory doc/ Sat Mar 29 09:25:43 -0700 2008 initial import [maddox]
directory lib/ Sat Mar 29 19:26:44 -0700 2008 added bootstrap and initial fixtures [maddox]
directory public/ Sat Mar 29 21:25:03 -0700 2008 added facebox all over [maddox]
directory script/ Sat Mar 29 09:54:28 -0700 2008 bootstrapped rspec [maddox]
directory spec/ Sat Mar 29 10:52:35 -0700 2008 added asset association to asset_category [maddox]
directory stories/ Sat Mar 29 09:54:28 -0700 2008 bootstrapped rspec [maddox]
directory test/ Sat Mar 29 16:41:30 -0700 2008 added site resource [maddox]
directory vendor/ Sat Mar 29 16:01:35 -0700 2008 added acts_as_tree and acts_as_list [maddox]
README.textile

Freelancer

Freelancer is here to help your freelancing needs. Sure Basecamp, Highrise, and all those other fun apps are great, but how many features do you use in each of them? And doesn’t it suck to have to pay for all of them just because you need a few features in each?

Freelancer’s aim is to gather just what a freelancer needs to manage his projects.

It’s tiny now, so it doesn’t do much (if ANYTHING), but keep watching here!

Freelancer wants you to fork it. Freelancer is for freelancers by freelancers.

App Deps

  • MySql
  • ImageMagick
  • RedCloth

Dev Deps

  • Rspec

Installation

  • Create the db:
    
        RAILS_ENV=production rake db:create
        
  • Load the schema:
    
        rake db:schema:load
        
  • Bootstrap:
    
        rake db:bootstrap:load
        
  • script/server to start the server – enjoy!

hit /admin and use the default login/password combo of: admin/admin