- Notifications
You must be signed in to change notification settings - Fork56
Simple shell script that installs phpMyAdmin on a Laravel Homestead box.
License
NotificationsYou must be signed in to change notification settings
grrnikos/pma
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple shell script that automatically installs the latest version of PhpMyAdminon a Laravel Homestead box.
SSH into your Homestead box
homestead ssh
orvagrant ssh
cd
to your code/projects directory (by default~/Code
)$ curl -sS https://raw.githubusercontent.com/grrnikos/pma/master/pma.sh | bash
Open the
/etc/hosts
file on your main machine and add127.0.0.1 phpmyadmin.test
Go tohttp://phpmyadmin.test:8000. Default credentials are username
homestead
and passwordsecret
The MIT License (MIT). Please seeLicense File for more information.