Sign inSign up

shimabuku/lychee

By shimabuku

Updated about 10 years ago

LAMP + PHPMYADMIN + Lychee on Ubuntu 14.04.1 LTS Container

Image
0

302

shimabuku/lychee repository overview

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

Tag summary

Content type

Image

Digest

Size

236.8 MB

Last updated

about 10 years ago

docker pull shimabuku/lychee