calvinfroedge / FuelPHP---CampaignMonitor-API-Package

FuelPHP Package for Working With CampaignMonitor API
7 stars 1 forks source link

Oil package installer can't find this. #1

Closed tarnfeld closed 13 years ago

tarnfeld commented 13 years ago

Hey,

This is an awesome library! Really looking forward to using it... could you rename your repo to something like "fuel-campaignmonitor" so that the new oil package installer can pick it up and install it for me? :-)

Thanks.

calvinfroedge commented 13 years ago

Hey man, I'm pretty sure the package installer does the install based on a list of sources you define. If I rename the repository, all the inbound links will break, and I don't think it will actually include that in fuel-packages. I think fuel-packages must create it as a repo to be included.

I think you need to http://github.com/calvinfroedge/ to your sources list to be able to install from the oil utility (though I haven't tried it myself).

Then you can do

php oil package install FuelPHP---CampaignMonitor-API-Package

Let me know if that doesn't work fo you. Alternatively you can just clone or download the repo directly into your packages folder and follow the config instructions.

Thanks for the interest = )

tarnfeld commented 13 years ago

Awesome, I am aware of adding custom package urls however I was under the impression if you typed in "CampaignMonitor-API-Package" it would look for fuel-[your typed in name] so if you put in "FuelPHP---CampaignMonitor-API-Package" it would try and find fuel-FuelPHP---CampaignMonitor-API-Package which obviously it wouldn't find...

Any case, I have it working now :)

calvinfroedge commented 13 years ago

Glad you got it working. Let me know if you run into anything else!