Wayne Theisinger

Results 37 comments of Wayne Theisinger

I agree - so we fork the libraries and then remove all code that isn't being used. I've started this by using PHPstorm to identify dead code... I'll post back...

OK docker ps gives ``` PORTS NAMES 0.0.0.0:51757->80/tcp meanbee_varnish_1 443/tcp, 0.0.0.0:51756->80/tcp meanbee_web_1 0.0.0.0:51755->9000/tcp meanbee_fpm_1 0.0.0.0:51750->3306/tcp meanbee_db_1 ``` I think this is because in the sample docker-compose.yml the ports are given...

If you think it would be useful perhaps we could collaborate?

interesting, the [Y] [n] point is obviously straightforward. Your first point assumes that you would running modman automodman from a Mage site. Presently a Modman checkout requires that a modman...

thinking about it, it could be run in two modes, 1. as a command inside a folder lacking a modman file that was contained within the basedir of the modman...

I'm thinking of creating a UML activity diagram to show my proposed flow, which I'll post that back here incase anyone wants to comment.

Here is the Activity Diagram for `modman automodman` ![modmanactivity](https://cloud.githubusercontent.com/assets/8143799/3687092/11816f1a-1322-11e4-88b3-c2c57f6e5172.png)

Here is the Activity Diagram for `modman checkout modulename --automodman [--force]` ![modmanactivityasoption](https://cloud.githubusercontent.com/assets/8143799/3686940/38172a0a-131f-11e4-9557-024ca441c3f1.png)