aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-09 15:09:52 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-09 15:09:52 +0000
commitd0b561b742d4b448786059b4a34f7f7606038212 (patch)
treeee1c24e94ecb5943f78720ccea8a1a7d3a0859f8
parent7666505af72b1ca0b568f1c8a053a506dda64d95 (diff)
downloadgnunet-d0b561b742d4b448786059b4a34f7f7606038212.tar.gz
gnunet-d0b561b742d4b448786059b4a34f7f7606038212.zip
-update configure info
-rw-r--r--configure.ac27
1 files changed, 11 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index 428952621..251433f55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1187,26 +1187,21 @@ fi
1187 1187
1188 1188
1189AC_MSG_NOTICE([******************************************** 1189AC_MSG_NOTICE([********************************************
1190You can compile GNUnet with 1190Please make sure that you have created a user and group 'gnunet'
1191and additionally a group 'gnunetdns'. Then, you can compile GNUnet
1192with
1191 make 1193 make
1192now. After that, run (if necessary as 'root') 1194After that, run (if necessary as 'root')
1193 make install 1195 make install
1194to install everything. You may want to create a new user account 1196to install everything.
1195to run the GNUnet service: 1197Then, in order to start your peer, run as the 'gnunet' user
1196 adduser gnunet 1198 mkdir $HOME/.gnunet/
1197You also need to create an configuration file that should 1199 touch $HOME/.gnunet/gnunet.conf
1198specify the path where GNUnet should store data. For example,
1199you could store in "/etc/gnunet.conf" the following lines:
1200
1201[[PATHS]]
1202SERVICEHOME = /var/lib/gnunet
1203DEFAULTCONFIG = /etc/gnunet.conf
1204
1205Now, in order to start your peer, run as the 'gnunet' user
1206 gnunet-arm -s 1200 gnunet-arm -s
1207 1201
1208Each GNUnet user should also create an (at least initially) empty 1202Each GNUnet user should also be added to the 'gnunet' group (may
1209configuration file: 1203require fresh login to come into effect) and create an (at least
1204initially) empty configuration file:
1210 mkdir $HOME/.gnunet/ 1205 mkdir $HOME/.gnunet/
1211 touch $HOME/.gnunet/gnunet.conf 1206 touch $HOME/.gnunet/gnunet.conf
1212 1207