Beginning of monkeysphere

This commit is contained in:
Bob Mottram 2014-05-21 22:53:40 +01:00
parent ee2512decd
commit 1e74a4f523
1 changed files with 12 additions and 0 deletions

View File

@ -7021,6 +7021,18 @@ Set your domain name and email accordingly.
a2ensite mygitlabdomain
#+END_SRC
** Monkeysphere
#+BEGIN_SRC: bash
aptitude install monkeysphere
aptitude install msva-perl
aptitude install xul-ext-monkeysphere
export HOSTNAME=mydomainname.com
monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key ssh://$HOSTNAME
monkeysphere-host publish-key
#+END_SRC
* Related projects
* [[https://freedomboxfoundation.org/][Freedombox]]