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