Where is the main html page

Jump to: navigation, search

Hi, I want to edit the main html file, but i dont find it, please help me! Thanks

05:57, 20 July 2017

Did you see this note in the installation section:

IMPORTANT NOTE: If you need to change any files then you need to do these in the run time version (e.g. in the /var/www/html folder or /etc/raspimjpeg). Changing files in the RPi_Cam_Web_Interface folder has no immediate effect. These are just copies used during the install.

06:00, 20 July 2017

Ok but I do not find in the / var / www / html folder the file that is displayed when you access the interface from the browser

06:19, 21 July 2017

Can't you just use grep to find some text from the page?

Do something like:

$grep -ri "some string from the webpage that's unique" .

That will turn up any files that contain the string "some string from the webpage that's unique".

08:55, 21 July 2017

Thank you, I will try to do as you say

02:24, 22 July 2017