Closed Bug 851826 Opened 13 years ago Closed 13 years ago

Add phpMyAdmin to TBPL's Vagrant/puppet environment (local development only)

Categories

(Tree Management Graveyard :: TBPL, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

Details

Attachments

(1 file)

Several times when developing locally it would have been really useful to actually see what was in the DB inside the Vagrant VM, without having to |vagrant ssh| then play the remember the SQL syntax game. We should add phpMyAdmin to the puppet script used by Vagrant, to simplify this. Note: This will only be for the local development environment config, not production (before anyone from opsec has an aneurysm!).
Attached patch Patch v1Splinter Review
Attachment #725792 - Flags: review?(mdoglio)
Comment on attachment 725792 [details] [diff] [review] Patch v1 Review of attachment 725792 [details] [diff] [review]: ----------------------------------------------------------------- ::: puppet/files/etc_apache2_sites-available/tbpl @@ +3,5 @@ > ServerName tbpl > # FIXME customize this > ServerAdmin me@example.com > DocumentRoot /var/www/tbpl > + Alias /phpMyAdmin /usr/share/phpmyadmin This looks like a duplicate line
(In reply to mdoglio from comment #2) > This looks like a duplicate line Apache's Alias is case sensitive, so this was to add support for both tbpl/phpmyadmin and tbpl/phpMyAdmin That said, I think we can perhaps ditch the capitalised version since realistically no one will type it anyway.
Attachment #725792 - Flags: review?(mdoglio) → review+
Thank you for the review :-) I removed the mixed case alias and adjusted the readme to reference the lowercase URL, and landed as: https://hg.mozilla.org/webtools/tbpl/rev/1d630ec305e7
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: Webtools → Tree Management
Product: Tree Management → Tree Management Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: