intel-aero / meta-intel-aero

Yocto layer to support Intel Aero platform
https://github.com/intel-aero/meta-intel-aero
GNU General Public License v2.0
217 stars 119 forks source link

Enable Apache server #228

Closed SaliniVenate closed 7 years ago

SaliniVenate commented 7 years ago

Enabling the Apache server to host the camera definition file.

anselmolsm commented 7 years ago

Do we need apache and all its glory to host a single file? I bet there are lighter (and simpler) options for that.

lbegani commented 7 years ago

@anselmolsm There will be couple of camera definition files to be hosted, any other option of hosting that you have in your mind ?

lucasdemarchi commented 7 years ago

To host a couple of files, even python's simplehttp server would do it. lighttpd is another option that may be even already installed due to dependencies. And we could also integrate this with cockpit.

lbegani commented 7 years ago

@lucasdemarchi Thanks, we will try and use one of them after test.

SaliniVenate commented 7 years ago

I was able to host the file using lighttpd server. I will open a new PR for including lighttpd in image.

anselmolsm commented 7 years ago

New PR: #231