Replies: 1 comment 2 replies
-
I'm not a good web programmer so I'm not able to recommend a dev environment. Actually the web server is the little httpd embedded in busybox. EDIT The problem is the cgi part that is stricly related to the hw and cannot be run in a different machine. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm interested in contributing to this project -- particularly the UI on the webserver. I am wondering how I can get the web server running on a local dev environment to make changes. I see the instructions on setting up a devcontainer, and have been able to do that successfully. But it seems this option is mainly to compile the software to prepare it for a custom firmware release.
I have tried running a simple web server in the
src/www/httpd
directory, but it looks like thecgi-bin
directory needs to be configured. What webserver daemon is actually running on the yi? Can this also be run on a local dev environment?Is there a better way to recreate the web ui locally?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions