Changes

Jump to: navigation, search

XELK-AN-003: Package Management with Yocto

57 bytes added, 12:02, 14 October 2016
Configuring the webserver
== Configuring the webserver ==
Here we give an example in how to configure the Apache webserver on a Ubuntu 14.04 LTS distribution to serve Yocto packages. We assume that you already configure the Ubuntu networking properly (e.g. setup public or local DNS) and that you already install Apache with its dependencies.
* Create a new virtualhost by entering the following text inside, for example, <code>/etc/apache2/sites-available/myyocto</code>
</pre>
* copy the feeds and packages from your build environment into the webserver directory, e.g. via ftp or scp
<pre>
scp -r $BUILD_DIR/tmp/deploy/rpm /* user@myyocto.example.com:/var/www/yocto
</pre>
743
edits

Navigation menu