[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3690 - GNUnet
From: |
grothoff |
Subject: |
[GNUnet-SVN] r3690 - GNUnet |
Date: |
Fri, 10 Nov 2006 19:39:12 -0800 (PST) |
Author: grothoff
Date: 2006-11-10 19:39:10 -0800 (Fri, 10 Nov 2006)
New Revision: 3690
Modified:
GNUnet/README
GNUnet/UPDATING
GNUnet/todo
Log:
doc update
Modified: GNUnet/README
===================================================================
--- GNUnet/README 2006-11-11 03:27:40 UTC (rev 3689)
+++ GNUnet/README 2006-11-11 03:39:10 UTC (rev 3690)
@@ -28,7 +28,7 @@
- libextractor >= 0.5.13
- libgcrypt >= 1.2
- libgmp >= 4.0
-- mysql >= 4.1 OR sqlite >= 3.0
+- mysql >= 5.0 OR sqlite >= 3.0
- libltdl >= 1.5 (part of GNU libtool)
- libguile >= 1.8
- libcurl >= 7.x
@@ -77,7 +77,7 @@
GNUnet requires the GNU MP library (http://www.gnu.org/software/gmp/)
and libgcrypt. You can specify the path to libgcrypt by passing
"--with-gcrypt=PATH" to configure. You will also need either sqlite
-(version 3 or higher) or MySQL (version 4.1 or higher).
+(version 3 or higher) or MySQL (version 5.0 or higher).
If you are compiling the code from subversion, you have to run
". bootstrap" before ./configure. If you receive an error during the
@@ -99,9 +99,8 @@
defaults that are created the first time you run gnunet-setup are
usually ok, you may want to adjust the limitations (space consumption,
bandwidth, etc.) though. The configuration files are human-readable;
-gnunetd is typically located at "/etc/gnunetd.conf",
-"~/.gnunet/gnunetd.conf" or "/var/lib/GNUnet/gnunetd.conf". The
-per-user configuration file should be at "~/.gnunet/gnunet.conf".
+gnunetd's configuration is typically located at "/etc/gnunetd.conf".
+The per-user configuration file should be at "~/.gnunet/gnunet.conf".
If you want to use a different configuration file, pass the name of
the configuration file as an argument with the option "-c" to any
Modified: GNUnet/UPDATING
===================================================================
--- GNUnet/UPDATING 2006-11-11 03:27:40 UTC (rev 3689)
+++ GNUnet/UPDATING 2006-11-11 03:39:10 UTC (rev 3690)
@@ -11,6 +11,10 @@
0.7.0e to 0.7.1pre0
===================
+First of all, read README.debian and study the changes in the
+dependencies. Install all dependencies and check the version
+numbers. Once you have managed to compile GNUnet, read on.
+
There are now two TCP transports, one using the 0.7.1 protocol and one
using the 0.7.0e protocol to allow the 0.7.1 network to connect with
the 0.7.0 network. The old TCP transport is hardwired to use port
@@ -18,14 +22,25 @@
only change the port by editing the source). The new TCP transport
will run at whatever port is specified in the configuration.
-Run
+Next you should edit your gnunetd.conf file as follows:
+* remove http, smtp from TRANSPORTS, add "tcp_old"
+* if HTTP-PROXY-PORT is set, add ":PORT-NUMBER"
+ to the HTTP-PROXY line
+If your "gnunetd.conf" file is not in /etc, you may
+have to edit scripts to pass "-c THE_PATH/gnunetd.conf"
+to gnunetd as an argument. Alternatively, move the
+configuration to "/etc/gnunetd.conf".
+
+
+Finally, stop your old gnunetd process and run
+
# gnunet-update
# gnunet-setup -d
$ gnunet-setup
-to update the configuration and run the setup tool to configure
-new options.
+to update the configuration and run the setup tool to configure new
+options (you maybe able to skip gnunet-setup). Restart gnunetd.
Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2006-11-11 03:27:40 UTC (rev 3689)
+++ GNUnet/todo 2006-11-11 03:39:10 UTC (rev 3690)
@@ -14,7 +14,10 @@
0.7.1 [11'06] (aka "stabilization")
- fix critical known bugs:
- * migrate configuration in gnunet-update [RCpre0]
+ * migrate configuration in gnunet-update [RCpre0]:
+ - transports: remove http, smtp, add tcp_old
+ - http-proxy: move port into main proxy line
+ -
* Windows installer [Nils]
+ uninstall: Remove account
+ libcurl, guile [RCpre0]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3690 - GNUnet,
grothoff <=