public
Description: For your freelancing yo!
Homepage:
Clone URL: git://github.com/maddox/freelancer.git
name age message
file .gitignore Loading commit data...
file README.textile
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory lib/
directory public/
directory script/ Sat Mar 29 09:54:28 -0700 2008 bootstrapped rspec [maddox]
directory spec/
directory stories/ Sat Mar 29 09:54:28 -0700 2008 bootstrapped rspec [maddox]
directory test/
directory vendor/
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:
    
    	mysqladmin -uroot create freelancer_development # or whatever ENV you're trying to run it in
    	
  • Load the schema:
    
    	rake db:schema:load
    	
  • Copy the sample fixtures:
    
    	cp db/bootstrap/pages.sample.yml db/bootstrap/pages.yml
    	cp db/bootstrap/sites.sample.yml db/bootstrap/sites.yml
    	
  • Edit the fixtures:
    
    	db/bootstrap/pages.yml
    	db/bootstrap/sites.yml
    	
  • Bootstrap the db:
    
    	rake db:bootstrap:load
    	
  • script/server to start the server – enjoy!