summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-26 17:07:56 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-26 17:07:56 +0100
commit75b75cd189cf5a8806bde7f8c407ccfe431751fe (patch)
treee995966d97e7827c754b73817f1bb7c94be02fbd
parent826526986fa515fd9fdc7e3a7d155546933ac392 (diff)
downloadwoocommerce-taler-75b75cd189cf5a8806bde7f8c407ccfe431751fe.tar.gz
woocommerce-taler-75b75cd189cf5a8806bde7f8c407ccfe431751fe.tar.bz2
woocommerce-taler-75b75cd189cf5a8806bde7f8c407ccfe431751fe.zip
integrate GNUnet install
-rwxr-xr-xserver-build/QEMU-autobuild/buildReclaim.sh11
-rw-r--r--server-build/my-simple-cdd/profiles/reclaim.packages24
-rw-r--r--server-build/my-simple-cdd/profiles/wootaler.packages25
3 files changed, 35 insertions, 25 deletions
diff --git a/server-build/QEMU-autobuild/buildReclaim.sh b/server-build/QEMU-autobuild/buildReclaim.sh
index 085507b..8dfa8f1 100755
--- a/server-build/QEMU-autobuild/buildReclaim.sh
+++ b/server-build/QEMU-autobuild/buildReclaim.sh
@@ -20,6 +20,17 @@ GNUNET_REST="http://localhost:7776/openid/"
## END configuration
+# Download and install GNUnet
+
+cd /root
+git clone git://git.gnunet.org/gnunet.git
+cd gnunet
+./bootstrap
+./configure --prefix=/usr/
+make install
+
+# Configure GNUnet
+
# Setup GNUnet REST credentials
OIDC_CLIENT_SECRET=`uuid`
gnunet-config -s reclaim-rest-plugin -o OIDC_CLIENT_SECRET -V "$OIDC_CLIENT_SECRET"
diff --git a/server-build/my-simple-cdd/profiles/reclaim.packages b/server-build/my-simple-cdd/profiles/reclaim.packages
deleted file mode 100644
index 42c551a..0000000
--- a/server-build/my-simple-cdd/profiles/reclaim.packages
+++ /dev/null
@@ -1,24 +0,0 @@
-screen
-gcc
-make
-autoconf
-automake
-libtool
-libmicrohttpd-dev
-libgcrypt-dev
-libsqlite3-dev
-gettext
-libgnutls28-dev
-libcurl4-gnutls-dev
-libunistring-dev
-libidn2-dev
-libjansson-dev
-openssl
-pkgconf
-libltdl-dev
-zlib1g-dev
-libsodium-dev
-python3.8
-texi2html
-texinfo
-gnunet
diff --git a/server-build/my-simple-cdd/profiles/wootaler.packages b/server-build/my-simple-cdd/profiles/wootaler.packages
index 4a1b545..e0f0eb6 100644
--- a/server-build/my-simple-cdd/profiles/wootaler.packages
+++ b/server-build/my-simple-cdd/profiles/wootaler.packages
@@ -1,4 +1,27 @@
wget
sudo
-gnunet
uuid
+screen
+gcc
+make
+autoconf
+automake
+libtool
+libmicrohttpd-dev
+libgcrypt-dev
+libsqlite3-dev
+gettext
+libgnutls28-dev
+libcurl4-gnutls-dev
+libunistring-dev
+libidn2-dev
+libjansson-dev
+openssl
+pkgconf
+libltdl-dev
+zlib1g-dev
+libsodium-dev
+python3.8
+texi2html
+texinfo
+