Ben Keith

Results 157 issues of Ben Keith

This is a proposal to, after we transition to Valet for local development, do the following: - [ ] remove example `Vagrantfile` - [ ] remove commands relating to `dev`...

Specifically, this line from https://github.com/INN/docs/blob/046e5e26a33c34137d5998cf96a569fabf71531c/projects/largo/database-reload.md#1-get-a-new-database-dump-from-host : ``` curl sftp://$LARGOPROJECT_PRODUCTION_SFTP_HOST:2222/wp-content/mysql.sql --user $LARGOPROJECT_PRODUCTION_SFTP_USER:$LARGOPROJECT_PRODUCTION_SFTP_PASSWORD --retry 999 --retry-max-time 0 --remote-name ``` - [ ] try to get fab to use the retry option -...

Should also link to docs about the `.git-ftp-include` file, because to me, the syntax for forcing inclusion of some directories looks like it's saying to _not_ include those directories: ```...

If an umbrella repo has a `git-ftp-include` file, those files are uploaded regardless of whether or not they're version-controlled. If a `composer.lock` file changes between `git checkout`s, then the `deploy`...

enhancement

``` wp.install Downloads specified version of WordPress from https://github.com/WordPre... wp.tests.install_phpunit Install phpunit on target environment ``` But: ``` wp.tests.setup Setup unit tests for a theme or plugin assets.bootstrap Recrusively search...

Consider the situation where you deploy to production, deploy to staging, and then rollback production. Production's rollback will use staging's rollback tag, right? Should the rollback tags be named rollback-environment...

question

Making deploy-tools more friendly to people who want to use it with their own WordPress dev rigs, and to people who want to work on Largo - [x] create `docs/`...

enhancement
help wanted

- [x] minor research for available alternatives - [x] add found alternatives to this plugin's section of https://docs.google.com/document/d/1n-XB-Ya2vrfPNoo1LyDgQd-_LKe7QE32KPQbo6UetG0/edit# - [x] email `[email protected]` from the email address used for the `inn_nerds`...

In the readme.markdown file: ```md For more information about the typeface, read this Wikipedia article: [link] ``` The `[link]` should be formatted as `[link]()` with the `()` filled with the...

The author's website http://crudfactory.com/font/show/gb1911 lists this font as being in the Public Domain. Is it appropriate to encumber The League's copy of the font with the SIL Open Font License?