dxw / whippet-server

Whippet Server launches a stand-alone web server for a specific WordPress installation. It makes WordPress easier to develop with, for example, by adding lots of debug information to the terminal without cluttering up or breaking your templates.
ISC License
80 stars 6 forks source link

Using curl instead of wget to download during setup #45

Closed tahb closed 6 years ago

tahb commented 9 years ago

wget isn't available by default in OSX.

I had to do some poking to get it installed before I could get running, the guide I used to do it manually is here: http://mikebeach.org/2012/09/29/how-to-install-wget-in-mac-os-x/

This change removes the need for this.

tahb commented 6 years ago

Oh no, trailing whitespace conflicts! Made a reminder to get to this.

mallorydxw commented 6 years ago

whippet-server is unmaintained now. There hasn't been a commit to master since 2016.

Most WP repos should have a docker-compose.yml file in them now. If they do you can run docker-compose up and then you can run bin/setup the first time you start the project to install WP and activate the correct plugins and maybe add some sample content.

If a repo doesn't have a docker-compose.yml file you can add one with wpc: https://github.com/dxw/wpc