I have tried this on a couple machines and I keep running into similar porblems. I am installing per the instructions at
http://guides.fatfreecrm.com/Setup-Microsoft-Windows.html. All of the components seem to install correctly (ie...xampp, the rails installer, mysql other than some minor difference due to version updates since the documentation was written....)
When I get to the section labeled:
Configure the application and create a blank database
- Go to RailsInstaller on the Start menu and click Command Prompt with Ruby and Rails
Run the following commands:
cd C:\railsinstaller\ffcrm\config
bundle install # (this command takes about 5 minutes to complete)
I am given: "fatal: Not a git repository(or any of the parent directories) .git"
Anyone have any thoughts on the issue? Thanks