baycak / pma

Simple shell script that installs PhpMyAdmin on a Laravel Homestead box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Simple shell script that automatically installs the latest version of PhpMyAdmin on a Laravel Homestead box.

Usage

  1. SSH into your Homestead box homestead ssh or vagrant ssh

  2. cd to your code/projects directory (by default ~/Code)

  3. $ curl -sS https://raw.githubusercontent.com/grrnikos/pma/master/pma.sh | sh

  4. Open the /etc/hosts file on your main machine and add 127.0.0.1 phpmyadmin.app

  5. Go to http://phpmyadmin.app:8000. Default credentials are username homestead and password secret

License

The MIT License (MIT). Please see License File for more information.

About

Simple shell script that installs PhpMyAdmin on a Laravel Homestead box.

License:MIT License


Languages

Language:Shell 100.0%