Posts

Showing posts from May, 2019

Web Professional Advanced Installation (Myanmar Links)

( 1 ) Installation tasksel sudo apt-get update sudo apt-get upgrade sudo apt-get install tasksel sudo tasksel https://linuxconfig.org/how-to-install-lamp-ubuntu-18-04-bionic-beaver-linux-apache-mysql-php ( 2 ) Installation phpmyadmin sudo apt-get update sudo apt install phpmyadmin php-mbstring php-gettext sudo phpenmod mbstring sudo systemctl restart apache2 https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-18-04 /* if  phpmyadmin  create  database  error */ sudo mysql -u root -p create user ‘admin’@’localhost’ identified by ‘123456’; grant all privileges on * . * to ‘admin’@’localhost’; flush privileges; exit https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql ( 3 ) Installation composer sudo apt-get update sudo apt-get install composer https://getcomposer.org/download/ https://getcomposer.org/doc/00-intro.md#globally ( 4 ) Installation sublime