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)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
|
2.17 KB,
patch
|
mdoglio
:
review+
|
Details | Diff | Splinter Review |
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!).
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #725792 -
Flags: review?(mdoglio)
Comment 2•13 years ago
|
||
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
| Assignee | ||
Comment 3•13 years ago
|
||
(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.
Updated•13 years ago
|
Attachment #725792 -
Flags: review?(mdoglio) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
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
Updated•11 years ago
|
Product: Webtools → Tree Management
Updated•11 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•