Well. I have to agree “Hello world” is one of my favor titles. Since I bought a raspberry pi which supposed to do some deep learning works, like object detection, I have to do something before my camera coming from amazon.
So, I guess creating a pro personal website would be a good choice. I refer “Build a LAMP Web Server with WordPress” and “offcial website“. In an nutshell, not hard stuffs, but some points need to be care.
Installation:
-
- if you change password through mySQL directly, you have to transfer pwd through MD5 tool, here is one.
- if you happen to unable to upload file, please install “sudo apt-get install php7.0-gd” and restart apache “sudo service apache2 restart“.
- I initially started with offical website guide, but I suddenly realized I need to install LAMP(Linux, Apache, MySQL, PHP)
- There might be requests for setting FTP when installing plugins, this can be solved by edit wp-config.php with adding “define(‘FS_METHOD’, ‘direct’);“
- Give www-data authority to access wordpress folder: “sudo chown -R www-data:www-data /var/www/html“, /var/www/html is my wordpress folder
Backup:
- UpdraftPlus would be a good choice which provides several romote storage methods inculding google dirve.
After almost 2 hours mess around, I finally create this website on raspberry!
Leave a Reply