<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Install</title><link>https://sourceforge.net/p/retroflux/wiki/Install/</link><description>Recent changes to Install</description><atom:link href="https://sourceforge.net/p/retroflux/wiki/Install/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 30 Jan 2015 21:47:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/retroflux/wiki/Install/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Install page</title><link>https://sourceforge.net/p/retroflux/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Sampo,&lt;/p&gt;
&lt;p&gt;the CGI does not need the ssh key.&lt;br /&gt;
start Retroshare-nogui in RPC mode. (-X)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroflux</dc:creator><pubDate>Fri, 30 Jan 2015 21:47:00 -0000</pubDate><guid>https://sourceforge.net6098fab67699cd6da19d9c2f33714446f8a2dd69</guid></item><item><title>Discussion for Install page</title><link>https://sourceforge.net/p/retroflux/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;How does the CGI find the ssh key generated in step 3?&lt;/p&gt;
&lt;p&gt;I generated the ssh key without password. Perhaps worth mentioning in&lt;br /&gt;
your instructions.&lt;/p&gt;
&lt;p&gt;Right now I can get to the index page, but clicking, e.g., status causes&lt;br /&gt;
a lot of Retroshare-nogui activity, but after about 3-4 seconds fails&lt;br /&gt;
with "Connection Interrupted/The document contains no data."&lt;/p&gt;
&lt;p&gt;--Sampo&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sampo</dc:creator><pubDate>Mon, 22 Sep 2014 23:06:57 -0000</pubDate><guid>https://sourceforge.net814081112ad3a47532e527e5d3f76d8b7cb4f54e</guid></item><item><title>Install modified by retroflux</title><link>https://sourceforge.net/p/retroflux/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -1,24 +1,29 @@
 Install
 -------
-1)  Raspbian or Debian or Ubuntu Base System already installed
-2)  install RetroShare-nogui "sudo apt-get install retroshare-nogui" 
-    from https://launchpad.net/~csoler-users/+archive/retroshare-snapshots/
-    or http://sourceforge.net/projects/pishare/
-    or http://sourceforge.net/projects/retroshare/
-3)  generate the ssh host key "ssh-keygen -t rsa -f rs_ssh_host_rsa_key"
-4)  generate the retroshare ssh password hash "RetroShare-nogui -G"
-5)  generate a new location (or new key) with the normal RetroShare-GUI version on another computer, add some friends, close it and copy (with scp) the config folder to ~/.retroshare
-6)  start the whole process with "RetroShare-nogui -X -S 7022 -L user -P 'hash generated above'" and enter your PGP password if asked
-7)  install Webserver with CGI Support (Lighttpd or Apache) "sudo apt-get install lighttpd"
-8)  enable cgi module "lighttpd-enable-mod cgi"
-9)  edit cgi config file "vi /etc/lighttpd/conf-enabled/10-cgi.conf"
+1) Raspbian or Debian or Ubuntu Base System already installed
+2) install RetroShare-nogui "sudo apt-get install retroshare-nogui" 
+from https://launchpad.net/~csoler-users/+archive/retroshare-snapshots/
+or http://sourceforge.net/projects/pishare/
+or http://sourceforge.net/projects/retroshare/
+3) generate the ssh host key "ssh-keygen -t rsa -f rs_ssh_host_rsa_key"
+4) generate the retroshare ssh password hash "RetroShare-nogui -G"
+5) generate a new location (or new key) with the normal RetroShare-GUI version on another computer, add some friends, close it and copy (with scp) the config folder to ~/.retroshare
+6) start the whole process with "RetroShare-nogui -X -S 7022 -L user -P 'hash generated above'" and enter your PGP password if asked
+7) install Webserver with CGI Support (Lighttpd or Apache) "sudo apt-get install lighttpd"
+8) enable cgi module "lighttpd-enable-mod cgi"
+9) edit cgi config file "vi /etc/lighttpd/conf-enabled/10-cgi.conf"
 10) put this line "alias.url += ( "/cgi-bin/" =&gt; "/usr/lib/cgi-bin/" )"
-    after "server.modules += ( "mod_cgi" )"
-11)  restart lighttpd "/etc/init.d/lighttpd force-reload"
-12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.5.2.deb/download
-13)  install all depends "apt-get install libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl liburi-perl libclass-accessor-perl libxml-libxml-perl libcgi-session-perl libjson-perl"
-14) install RetroFlux "dpkg -i retroflux-0.5.2.deb"
+after "server.modules += ( "mod_cgi" )"
+11) restart lighttpd "/etc/init.d/lighttpd force-reload"
+12) download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.6.1/retroflux-0.6.1.deb/download
+13) install all depends "apt-get install 
+libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl libhtml-template-expr-perl liburi-perl libclass-accessor-perl libxml-libxml-perl libjson-perl libcgi-session-perl"
+14) install RetroFlux "dpkg -i retroflux-0.6.1.deb"
 15) add "username", "password" (no hash) and "download folder" to configfile "vi /usr/lib/cgi-bin/retroFlux/config.cgi"
 16) start your browser and go to http://hostip/retroFlux/

+Deinstall
+---------
+1) sudo apt-get remove retroflux
+
 Have Fun
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroflux</dc:creator><pubDate>Sat, 21 Dec 2013 14:43:34 -0000</pubDate><guid>https://sourceforge.net6ff3ca31f6dbf9fb261cad36c74018c18c6d90aa</guid></item><item><title>Install modified by retroflux</title><link>https://sourceforge.net/p/retroflux/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -15,9 +15,9 @@
 10) put this line "alias.url += ( "/cgi-bin/" =&gt; "/usr/lib/cgi-bin/" )"
     after "server.modules += ( "mod_cgi" )"
 11)  restart lighttpd "/etc/init.d/lighttpd force-reload"
-12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.5.1.deb/download
+12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.5.2.deb/download
 13)  install all depends "apt-get install libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl liburi-perl libclass-accessor-perl libxml-libxml-perl libcgi-session-perl libjson-perl"
-14) install RetroFlux "dpkg -i retroflux-0.5.1.deb"
+14) install RetroFlux "dpkg -i retroflux-0.5.2.deb"
 15) add "username", "password" (no hash) and "download folder" to configfile "vi /usr/lib/cgi-bin/retroFlux/config.cgi"
 16) start your browser and go to http://hostip/retroFlux/

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroflux</dc:creator><pubDate>Fri, 01 Nov 2013 01:58:41 -0000</pubDate><guid>https://sourceforge.net8f5bdedc0bf2a132ecc8d279a685f7329842117e</guid></item><item><title>Install modified by retroflux</title><link>https://sourceforge.net/p/retroflux/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -15,9 +15,9 @@
 10) put this line "alias.url += ( "/cgi-bin/" =&gt; "/usr/lib/cgi-bin/" )"
     after "server.modules += ( "mod_cgi" )"
 11)  restart lighttpd "/etc/init.d/lighttpd force-reload"
-12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.5.0/retroflux-0.5.0.deb/download
+12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.5.1.deb/download
 13)  install all depends "apt-get install libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl liburi-perl libclass-accessor-perl libxml-libxml-perl libcgi-session-perl libjson-perl"
-14) install RetroFlux "dpkg -i retroflux-0.5.0.deb"
+14) install RetroFlux "dpkg -i retroflux-0.5.1.deb"
 15) add "username", "password" (no hash) and "download folder" to configfile "vi /usr/lib/cgi-bin/retroFlux/config.cgi"
 16) start your browser and go to http://hostip/retroFlux/

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroflux</dc:creator><pubDate>Tue, 15 Oct 2013 18:15:13 -0000</pubDate><guid>https://sourceforge.netc7715c557554d8102cb4be625c3a5d1a89b06d57</guid></item><item><title>Install modified by retroflux</title><link>https://sourceforge.net/p/retroflux/wiki/Install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -1,5 +1,5 @@
-Installation
-------------
+Install
+-------
 1)  Raspbian or Debian or Ubuntu Base System already installed
 2)  install RetroShare-nogui "sudo apt-get install retroshare-nogui" 
     from https://launchpad.net/~csoler-users/+archive/retroshare-snapshots/
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroflux</dc:creator><pubDate>Sun, 13 Oct 2013 15:25:25 -0000</pubDate><guid>https://sourceforge.netc2e8c7d698e65d90790f5be61efa34115f3f5fe6</guid></item><item><title>Installation modified by retroflux</title><link>https://sourceforge.net/p/retroflux/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -16,7 +16,7 @@
     after "server.modules += ( "mod_cgi" )"
 11)  restart lighttpd "/etc/init.d/lighttpd force-reload"
 12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.5.0/retroflux-0.5.0.deb/download
-13)  install all depends "apt-get install libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl liburi-perl libclass-accessor-perl libxml-libxml-perl libcgi-session-perl"
+13)  install all depends "apt-get install libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl liburi-perl libclass-accessor-perl libxml-libxml-perl libcgi-session-perl libjson-perl"
 14) install RetroFlux "dpkg -i retroflux-0.5.0.deb"
 15) add "username", "password" (no hash) and "download folder" to configfile "vi /usr/lib/cgi-bin/retroFlux/config.cgi"
 16) start your browser and go to http://hostip/retroFlux/
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroflux</dc:creator><pubDate>Sun, 13 Oct 2013 15:22:11 -0000</pubDate><guid>https://sourceforge.net6556c2e87e900131180e220b4216dbeefe92f935</guid></item><item><title>Installation modified by retroflux</title><link>https://sourceforge.net/p/retroflux/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -15,9 +15,9 @@
 10) put this line "alias.url += ( "/cgi-bin/" =&gt; "/usr/lib/cgi-bin/" )"
     after "server.modules += ( "mod_cgi" )"
 11)  restart lighttpd "/etc/init.d/lighttpd force-reload"
-12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.4.1/retroflux-0.4.1.deb/download
-13)  install all depends "apt-get install libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl liburi-perl libclass-accessor-perl libxml-libxml-perl"
-14) install RetroFlux "dpkg -i retroflux-0.4.1.deb"
+12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.5.0/retroflux-0.5.0.deb/download
+13)  install all depends "apt-get install libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl liburi-perl libclass-accessor-perl libxml-libxml-perl libcgi-session-perl"
+14) install RetroFlux "dpkg -i retroflux-0.5.0.deb"
 15) add "username", "password" (no hash) and "download folder" to configfile "vi /usr/lib/cgi-bin/retroFlux/config.cgi"
 16) start your browser and go to http://hostip/retroFlux/

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroflux</dc:creator><pubDate>Sat, 12 Oct 2013 22:04:54 -0000</pubDate><guid>https://sourceforge.neted7234d7e3d2c5b8c1e01887169477fb755072d4</guid></item><item><title>Installation modified by retroflux</title><link>https://sourceforge.net/p/retroflux/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -4,6 +4,7 @@
 2)  install RetroShare-nogui "sudo apt-get install retroshare-nogui" 
     from https://launchpad.net/~csoler-users/+archive/retroshare-snapshots/
     or http://sourceforge.net/projects/pishare/
+    or http://sourceforge.net/projects/retroshare/
 3)  generate the ssh host key "ssh-keygen -t rsa -f rs_ssh_host_rsa_key"
 4)  generate the retroshare ssh password hash "RetroShare-nogui -G"
 5)  generate a new location (or new key) with the normal RetroShare-GUI version on another computer, add some friends, close it and copy (with scp) the config folder to ~/.retroshare
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">retroflux</dc:creator><pubDate>Sun, 29 Sep 2013 15:23:59 -0000</pubDate><guid>https://sourceforge.net0a43416b0cdef904e6ba36cc79b4c09bc55e8ff0</guid></item><item><title>Installation modified by bolek</title><link>https://sourceforge.net/p/retroflux/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -14,9 +14,9 @@
 10) put this line "alias.url += ( "/cgi-bin/" =&gt; "/usr/lib/cgi-bin/" )"
     after "server.modules += ( "mod_cgi" )"
 11)  restart lighttpd "/etc/init.d/lighttpd force-reload"
-12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.3.0/retroflux-0.3.0.deb/download
-13)  install all depends "apt-get install libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl liburi-perl libclass-accessor-perl"
-14) install RetroFlux "dpkg -i retroflux-0.3.0.deb"
+12)  download RetroFlux http://sourceforge.net/projects/retroflux/files/retroflux-0.4.1/retroflux-0.4.1.deb/download
+13)  install all depends "apt-get install libnumber-bytes-human-perl libnet-ssh2-perl libparse-recdescent-perl libfilesys-df-perl libhtml-template-perl liburi-perl libclass-accessor-perl libxml-libxml-perl"
+14) install RetroFlux "dpkg -i retroflux-0.4.1.deb"
 15) add "username", "password" (no hash) and "download folder" to configfile "vi /usr/lib/cgi-bin/retroFlux/config.cgi"
 16) start your browser and go to http://hostip/retroFlux/

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bolek</dc:creator><pubDate>Sun, 22 Sep 2013 10:17:26 -0000</pubDate><guid>https://sourceforge.net34d2d6389af25b36dcaffdf378e0daae54a96f87</guid></item></channel></rss>