From 6e1aad3996dd35599763609c391d5c7049956be7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 11 Feb 2014 15:28:50 +0000 Subject: [PATCH] Deprecate Kune for now --- beaglebone.txt | 172 ++++++++++++++++++++++++------------------------- 1 file changed, 86 insertions(+), 86 deletions(-) diff --git a/beaglebone.txt b/beaglebone.txt index 21ec2db0..e4980385 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -2145,92 +2145,6 @@ If you are using a self-signed certificate then at the login screen scroll down More information about the Friendica app can be found on http://friendica-for-android.wiki-lab.net/ ***** Mobile Theme Another way to access Friendica from a mobile device is to just use the web browser. If you have selected a mobile theme within your settings then when viewing from an Android system the mobile theme will be displayed. -*** Kune -Kune is a collaboration tool aimed at not just socialising but also getting stuff done within a community. It's based upon Apache Wave (formerly Google Wave). - -#+BEGIN_SRC: bash -apt-get install openjdk-6-jdk openjdk-7-jre mysql-server adduser dbconfig-common libjmagick6-jni -#+END_SRC - -Add the Kune repository: - -#+BEGIN_SRC: bash -emacs /etc/apt/sources.list -#+END_SRC - -Append the following: - -#+BEGIN_SRC: bash -deb ftp://ftp.kune.ourproject.org/pub/kune/debian/ stable/ -#+END_SRC - -Save and exit, then install the Kune package. - -#+BEGIN_SRC: bash -gpg --keyserver pgp.mit.edu --recv-keys 9E358A05 -gpg --armor --export 9E358A05 | apt-key add - -apt-get update -apt-get install kune -#+END_SRC - -You will be asked for the MySql root password and another password to be used with the Kune database. - -Allow the system to start automatically at boot. - -#+BEGIN_SRC: bash -emacs /etc/default/kune -#+END_SRC - -Set /START=yes/, then save and exit. - -#+BEGIN_SRC: bash -service kune start -#+END_SRC - -Now configure Apache. - -#+BEGIN_SRC: bash -a2enmod expires -a2enmod proxy -a2enmod proxy_connect -a2enmod proxy_http -#+END_SRC - -mysql -p kune_prod < /usr/share/dbconfig-common/data/kune/upgrade/mysql/0.2.0+b25 - -emacs /etc/apache2/sites-available/$HOSTNAME - - - ServerName YOURSERVERNAME - - ProxyRequests Off - - Order deny,allow - Allow from all - - - - ExpiresActive On - ExpiresDefault "modification plus 2 years" - - - - ExpiresActive Off - - - ProxyPass /kune/ http://localhost:8888/ - ProxyPassReverse /kune/ http://localhost:8888/ - - Order allow,deny - Allow from all - - - - -Within a browser open https://mydomainname.com:8888 - -See documentation in /usr/share/doc/kune/INSTALL.gz - *** Movim #+BEGIN_VERSE @@ -3877,6 +3791,92 @@ cd /var/www/$HOSTNAME/htdocs/mediagoblin https://github.com/joar/mediagoblin-init-scripts +** Kune +Kune is a collaboration tool aimed at not just socialising but also getting stuff done within a community. It's based upon Apache Wave (formerly Google Wave). + +#+BEGIN_SRC: bash +apt-get install openjdk-6-jdk openjdk-7-jre mysql-server adduser dbconfig-common libjmagick6-jni +#+END_SRC + +Add the Kune repository: + +#+BEGIN_SRC: bash +emacs /etc/apt/sources.list +#+END_SRC + +Append the following: + +#+BEGIN_SRC: bash +deb ftp://ftp.kune.ourproject.org/pub/kune/debian/ stable/ +#+END_SRC + +Save and exit, then install the Kune package. + +#+BEGIN_SRC: bash +gpg --keyserver pgp.mit.edu --recv-keys 9E358A05 +gpg --armor --export 9E358A05 | apt-key add - +apt-get update +apt-get install kune +#+END_SRC + +You will be asked for the MySql root password and another password to be used with the Kune database. + +Allow the system to start automatically at boot. + +#+BEGIN_SRC: bash +emacs /etc/default/kune +#+END_SRC + +Set /START=yes/, then save and exit. + +#+BEGIN_SRC: bash +service kune start +#+END_SRC + +Now configure Apache. + +#+BEGIN_SRC: bash +a2enmod expires +a2enmod proxy +a2enmod proxy_connect +a2enmod proxy_http +#+END_SRC + +mysql -p kune_prod < /usr/share/dbconfig-common/data/kune/upgrade/mysql/0.2.0+b25 + +emacs /etc/apache2/sites-available/$HOSTNAME + + + ServerName YOURSERVERNAME + + ProxyRequests Off + + Order deny,allow + Allow from all + + + + ExpiresActive On + ExpiresDefault "modification plus 2 years" + + + + ExpiresActive Off + + + ProxyPass /kune/ http://localhost:8888/ + ProxyPassReverse /kune/ http://localhost:8888/ + + Order allow,deny + Allow from all + + + + +Within a browser open https://mydomainname.com:8888 + +See documentation in /usr/share/doc/kune/INSTALL.gz + * Related projects * [[https://freedomboxfoundation.org/][Freedombox]]