LAMP + PHPMYADMIN + Lychee on Ubuntu 14.04.1 LTS Container
302
Lychee 3.1.4 https://lychee.electerious.com/
-Start Container docker run -p 80:80 -t -i shimabuku/lychee /bin/bash
-Start Apache service apache2 start
-Start MySQL service mysql start
MySQL Configuration: Username: root Password: Password16 Change Password: mysql -u root -p SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPass');
Enabled Virtual Host file at /etc/apache2/sites-available/
PHPMYADMIN .htaccess: Username: lychee Password: Password16 Delete current user: htpasswd -D /etc/phpmyadmin/.htpasswd lychee Add new user: htpasswd -c /etc/phpmyadmin/.htpasswd username Change .htaccess password: nano /etc/phpmyadmin/.htpasswd
Content type
Image
Digest
Size
236.8 MB
Last updated
about 10 years ago
docker pull shimabuku/lychee