This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | Sat Mar 29 09:54:28 -0700 2008 | |
| |
spec/ | ||
| |
stories/ | Sat Mar 29 09:54:28 -0700 2008 | |
| |
test/ | ||
| |
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!








