summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-07-30 14:26:55 +0200
committerChristoph Helma <helma@in-silico.ch>2012-07-30 14:26:55 +0200
commite1fd258623c4fc0a771441d28b42f50b8ef7fc94 (patch)
tree7717bcce3ac1cfbf2e86aed996e06fc82803ac24
parentef31c0364b829277924ad079621bd87decaf1166 (diff)
how-to-run-4store-without-internet-connection added
-rw-r--r--_posts/2012-07-30-how-to-run-4store-without-internet-connection.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/_posts/2012-07-30-how-to-run-4store-without-internet-connection.md b/_posts/2012-07-30-how-to-run-4store-without-internet-connection.md
new file mode 100644
index 0000000..06a005d
--- /dev/null
+++ b/_posts/2012-07-30-how-to-run-4store-without-internet-connection.md
@@ -0,0 +1,10 @@
+---
+layout: post
+title: "How to run 4store without internet connection"
+description: ""
+category: geenral
+tags: [4store, local installation]
+---
+{% include JB/setup %}
+
+4store needs a running avahi-daemeon. It cannot connect to a 4store backend backend without an IP address. If you intend to run 4store on a computer without internet connection you can use `avahi-autoipd`, starting it eg. with `sudo avahi-autoipd eth0 -D`.