Raspberry pi – setup www capable online WordPress webpage

How to do it? The example of my functional stream will on this page: gr4pi.duckdns.org
(Temporary unavailable as of my moving to new flat)

Now for the todo item list:

I have inspired on some other websites:

[x] stepwise LAMP install
https://www.raspberrypi.org/learning/lamp-web-server-with-wordpress/worksheet/
2015_11_16
[x] setup 
- ssh | remote session | static IP 
5 Pointers To Supercharge Your Raspberry Pi Projects
2015_11_24 [x] duckdns setup gr4pi.duckdns.org https://www.duckdns.org/install.jsp ssh pi@gr4pi.duckdns.org - functional [x] apache2 install https://www.raspberrypi.org/documentation/remote-access/web-server/apache.md /var/www/html [x] php install $ sudo apt-get install php5 libapache2-mod-php5 -y [x] mysql = LAMP whole: root $ sudo apt-get install mysql-server php5-mysql -y [x] gr4pi.duckdns.org in browser functional 2015_12_02 [x] router port forwarded: 80 - http - both (TCP!) 22 - ssh - tcp 3389 - remote desktop -both (UDP!) [x] phpMyAdmin $ sudo apt-get install phpmyadmin http://pimylifeup.com/raspberry-pi-mysql-phpmyadmin/ [x] functional http://192.168.0.222/phpmyadmin/ [x] restart apache sudo /etc/init.d/apache2 restart [x] into /etc/apache2/apache2.conf ServerName localhost - stops the warning message on restart [x] wordpress https://www.raspberrypi.org/learning/lamp-web-server-with-wordpress/worksheet/ [x] functional http://192.168.0.222/wp-admin/ [] raspberry stream http://jacobsalmela.com/raspberry-pi-webcam-using-mjpg-streamer-over-internet/ http://blog.miguelgrinberg.com/post/stream-video-from-the-raspberry-pi-camera-to-web-browsers-even-on-ios-and-android

Next thing is to add usb camera streaming.

Napsat komentář

Vaše e-mailová adresa nebude zveřejněna. Vyžadované informace jsou označeny *