todo
/testing/task
software_list
Editor Mode
raspberry pi OS install
*start*
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install apache2 -y
sudo apt install libapache2-mod-php
cd /var/www
sudo chown pi: html
sudo /etc/init.d/apache2 restart
sudo apt install mariadb-server php-mysql -y
....
sudo mysql (-uroot -praspberry)
사진의 CREAT & GRANT 절차후 exit;
DB exit할 것
cd / 로 갈 것
sudo apt-get install phpmyadmin
선택 apache2 와 Yes.
sudo nano /etc/apache2/apache2.conf (last-line
include /etc/phpmyadmin/apache.conf
)
sudo /etc/init.d/apache2 restart
sudo reboot
sudo nano /etc/php/8.2/apache2/
php.ini ( "7.3=>8.2)
"
Memory_limit,
post_max_size 64M,
upload_max_filesize 61M)
sudo /etc/init.d/apache2 restart
sudo reboot (not must)
Mariadb admin => root-password변경 (phpmyadmin에서 최초login시 initial id pw/ admin raspberry)
sudo raspi-config
Other with WordPress
Other WordPress
⬆️Select Image File to Upload(선택)
Update