First you need to set up and install github. then you need to install rubygem (will upload video soon). Do the following steps:
download fat_free_crm of ryanwoods
save to c:\
rename to fatfreecrm (or your desired name)
-
type the following to gitbash
start here...
cd /c/fatfreecrm
git init
git add .
git commit -m 'fatfreecrm'
heroku create myfatfreecrm (or your desired name)
git push heroku master
heroku rake crm:setup USERNAME=usernamePASSWORD=12345678 EMAIL=my@email.com
Hi there, when I run "heroku create myfatfreecrm" it says "command not found". How do add heroku to the gihub binaries, and where do I download it?
Aber0cks 8 months ago