mnapoli / phpBeanstalkdAdmin

[UNMAINTAINED] Beanstalkd admin interface
http://mnapoli.github.com/phpBeanstalkdAdmin/
Other
132 stars 15 forks source link

Integrate with Composer and PHP-DI #3

Closed mnapoli closed 12 years ago

mnapoli commented 12 years ago

Integrate with Composer and PHP-DI.

humbleice commented 12 years ago

I'm running into a few issues using this application out-of-the-box.

Currently -- in both the ZIP distribution and the git clone -- the php-di directory is empty and therefore the application doesn't work.

From commit 'aad3970' I get the impression that the php-di directory was supposed to be added as a submodule, but there's no .submodule file in the base of the repo.

Also, I attempted to populate the php-di via composer, but when I run composer.phar it tells me there's nothing to do.

I'm able to get the application working by fixing the submodule bug, but other people using this might get discouraged with it not running OOTB.

mnapoli commented 12 years ago

Oh yeah thanks I believe it's actually because composer now forbid using "dev-master" version of another project since a few weeks... I am fixing the configuration.

mnapoli commented 12 years ago

Now it should be good.

humbleice commented 12 years ago

Thanks!

On Thu, Nov 8, 2012 at 12:44 AM, Matthieu Napoli notifications@github.comwrote:

Now it should be good.

— Reply to this email directly or view it on GitHubhttps://github.com/mnapoli/phpBeanstalkdAdmin/issues/3#issuecomment-10180221.