Petter Reinholdtsen <[email protected]> writes:

> The next release of freedombox is almost ready to ship.

:) :) :) 8)

> Nick Daly got the dreambox image working yesterday.

Here're my release notes from testing the current image.

----

* FBX Image [2014-03-09 Sun] Release Notes

1. To connect to your DreamPlug, connect the Ethernet cable to the
   inside Ethernet port, that's eth1.

2. Add this line to ~/etc/apache2/sites-available.plinth.conf~:

   #+begin_src apache
            ## Force SSL
            RewriteEngine on
     +       ReWriteCond %{REQUEST_URI} ^/plinth
            ReWriteCond %{SERVER_PORT} !^443$
            RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]

   #+end_src

3. If you're going to use the /plugserver/ scripts to set up your
   system, you'll need to change
   ~/etc/apache2/sites-available/000-default.conf~:

   #+begin_src apache
           #ServerName www.example.com

           ServerAdmin webmaster@localhost
     -      DocumentRoot /var/www/html
     +      DocumentRoot /var/www

           # Available loglevels: trace8, ..., trace1, debug, info, notice, 
warn,

   #+end_src

4. You also probably want to enable a few modules:

   : apt-get install libapache2-mod-perl2
   : a2enmod cgi perl

Attachment: pgpDqrKhkpbkw.pgp
Description: PGP signature

_______________________________________________
Freedombox-discuss mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Reply via email to