Pilothouse icon indicating copy to clipboard operation
Pilothouse copied to clipboard

A command line app for managing a LEMP local development environment based on Docker.

Results 22 Pilothouse issues
Sort by recently updated
recently updated
newest added

Should be able to run `pilothouse db create` at any time to create a site's database if it does not exist.

enhancement

Need to test Pilothouse on Linux systems and resolve any incompatibilities, after converting PH to NodeJS (#68).

enhancement

If Docker is still starting up (e.g. after a reboot) while `pilothouse up` is run, there is a series of errors "ERROR: Bad response from Docker engine". We should check...

enhancement

It would be easier to have these constants set, as most of the sites that spin up are existing, which have set urls in the `options` table. I don't know...

Need to test Pilothouse on Windows systems and resolve any incompatibilities, after converting PH to NodeJS (#68).

enhancement

For WordPress sites, even though we [have the option at site creation](https://github.com/Pilothouse-App/Pilothouse/issues/90), it would be convenient to be able to run a command on an existing site to quickly enable...

enhancement

Similar to how you can trigger xdebug via `wp` or `artisan`: `ph php ./script.php --xdebug`

enhancement

Since Chrome [is now forcing all `.dev` domains to use HTTPS](https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/), we should change the default TLD for local sites to something else, I propose `.localhost`. However, this new default...

enhancement

It would be nice to have a command to do a bulk export or import of all MySQL databases. The databases could be saved to the individual site directories (alongside...

enhancement

Would love to see an easy way to enable and then view a complete trace/profile on a page/script without having to mess around with configuring it every time. Similar to...

enhancement