fuel / oil

Fuel PHP Framework - Fuel v1.x Oil command-line package
http://fuelphp.com/docs/packages/oil/intro.html
106 stars 67 forks source link

Can't install oil on Ubuntu Natty #16

Closed gmedel closed 13 years ago

gmedel commented 13 years ago

Followed the instructions posted on the site. $ curl get.fuelphp.com/oil | sh

When I try to create a new project I get the following:

$ oil create project /usr/bin/oil: line 8: git: command not found Could not open input file: ./project/oil

And if I run: $oil I get: This is not a valid Fuel installation so Oil is a bit lost. http://fuelphp.com/docs/installation/instructions.html

Didn't find any documentation about it.... What am I doing wrong?

crynobone commented 13 years ago

Have you install git for Linux first? /usr/bin/oil: line 8: git: command not found

gmedel commented 13 years ago

I feel like an idiot... hahahaha Thank you so much crynobone