-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add official support for Backdrop CMS #1584
Conversation
👍 |
Did a cursory review, and this is looking pretty good to me! (certainly some familiar code in here 😇 👍) It looks like you've started on some of the documentation already in the Feel free to let us know if you run into any trouble or need any assistance with that! |
LOL yeah @tianon. Figured it would be easier to approve if most of the code was yours anyway 👍 plus ABDFI. I'll submit another PR over at https://github.com/docker-library/docs with relevant fixes re: its |
OK i've got a branch started on the docs over at https://github.com/pirog/docs/tree/backdropDocss but i'd like to get @jenlampton to do a pass on the docs before we submit a PR against the docs repo |
Cool, sounds good! Just a quick comment that you'll want to drop both
"backdrop/.DS_Store" and "backdrop/README.md" before you submit the PR
(one's unnecessary, the other is autogenerated by a bot from the contents
of other files). 👍
|
Bleh. Thanks for the QA there. Should be good now just need the content review and go ahead from @jenlampton |
No worries, just wanting to save you from a little frustration later when
you submit the PR and Travis balks. 😄
|
Ha. And we both know there is no scorn like Travis' scorn. On Wed, Apr 6, 2016 at 2:19 PM, Tianon Gravi [email protected]
|
@pirog Is this what I should be reviewing? https://github.com/pirog/docs/blob/backdropDocs/backdrop/content.md |
Looks great @pirog I just submitted a PR with a few teeny changes :) 👍 |
@jenlampton merged! and...... here is the PR against the docs repo https://github.com/docker-library/docs/pull/540/files |
LGTM, Build test of #1584; c714606 ( $ bashbrew build "backdrop"
Cloning backdrop (git://github.com/backdrop-ops/backdrop-docker) ...
Processing backdrop:1.3.4 ...
Processing backdrop:1.3 ...
Processing backdrop:1 ...
Processing backdrop:1.3.4-apache ...
Processing backdrop:1.3-apache ...
Processing backdrop:1-apache ...
Processing backdrop:apache ...
Processing backdrop:latest ...
Processing backdrop:1.3.4-fpm ...
Processing backdrop:1.3-fpm ...
Processing backdrop:1-fpm ...
Processing backdrop:fpm ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing backdrop:1.3.4
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing backdrop:1.3.4-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed |
LGTM pending docs fixes 👍 |
Backdrop CMS is a fork of Drupal aimed at small to medium sized businesses and non-profits. You can read more about it at https://backdropcms.org/.
The Dockerfiles here borrow VERY HEAVILY from both the official drupal and wordpress images.