michaelmcandrew / pop

A library for populating a CiviCRM site with fake data
4 stars 2 forks source link

Please Write Detailed Installation Steps #6

Closed MiyaNoctem closed 6 years ago

MiyaNoctem commented 6 years ago

Seems like a great tool! Unfortunately, I wasn't able to use it, as I haven't the faintest idea of how to install this in my dev environment. I use buildkit to work with CiviCRM. I'd imagine you somehow have to include the library into cv and generate a new phar? Or am I missing something?

Thanks!

michaelmcandrew commented 6 years ago

Hey there,

At the moment, the easiest way to use this is to replace the default cv with this fork of cv. No need to generate a new phar. You can just point to https://github.com/michaelmcandrew/cv/blob/pop/bin/cv.

Let me know if you have any other questions. Michael

igorbabo commented 6 years ago

Hi, I have same problem as MiyaNoctem, the instructions on installation are really confusing to say at least. I have replaced default cv with yours fork and it's not working. This is the exception: [Symfony\Component\Console\Exception\CommandNotFoundException]
Command "pop" is not defined.
Did you mean one of these?
php:script
php:eval
php:boot
Also, I have tryed installing it with composer and I'we got the same error. It would be great if You extended installation guide or give some detailed information on installation.

Best regards, Igor

michaelmcandrew commented 6 years ago

@igorbabo - until this PR is merged it is a manual process to get it working. I'm afraid. I'm unlikely to have the time to do that any time soon.