-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I am using Ubuntu 18.04. In ubuntu1804_install_lamp.sh the following didn't work:
sudo ln -s /etc/phpmyadmin/phpMyAdmin.conf /etc/apache2/conf-enabled/phpMyAdmin.conf
Replacement that worked:
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpMyAdmin.conf
sudo a2enconf phpmyadmin
This is the official way according to Ubuntu:
https://help.ubuntu.com/community/phpMyAdmin
I am just getting started on github, do you mind if I fix this and then do a pull request?
Metadata
Metadata
Assignees
Labels
No labels