cài wordpress lên máy tính nhúng armbian (như rasbian của pi hay armbian của các loại tivi box
sau khi cài hệ điều hành tiến hành ssh đến armbian thực hiện các lệnh sau
sudo apt-get update
sudo apt-get -y upgrade
sudo apt install apache2
sudo apt install php php-mbstring
sudo service apache2 restart
sudo apt install mariadb-server php-mysql
mysql -u root -p
CREATE USER ‘wpuser’@’localhost’ IDENTIFIED BY ‘smarthome’;
CREATE DATABASE wp_database;
GRANT ALL ON `wp_database`.* TO `wpuser`@`localhost`;
FLUSH PRIVILEGES;
exit;
wget https://wordpress.org/latest.tar.gz
tar xpf latest.tar.gz
rm -rf /var/www/html
cp -r wordpress /var/www/html
sudo chown -R www-data: .
chown -R www-data:www-data /var/www/html
khởi động lại là xong!!!
trang web bạn đang xem là cài đồng thời wordpress và hassio quản lý smarthome trên 1 con tivi box odroid n2