public
Description: For your freelancing yo!
Homepage:
Clone URL: git://github.com/maddox/freelancer.git
maddox (author)
Wed Apr 02 12:10:41 -0700 2008
commit  e5944d0233f03143148f840f61b7ae0ea5efb705
tree    5bd1f0d77f158d0fe4a9faf5cdf9168f6e0f637b
parent  80ca69ba9b7dcf272a39f8660f0049bdff3e4b75
freelancer / README.textile
100644 37 lines (26 sloc) 0.94 kb

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