Bläddra i källkod

Note on the configuration file

Bob Mottram 10 år sedan
förälder
incheckning
f8e77d50af
1 ändrade filer med 16 tillägg och 0 borttagningar
  1. 16
    0
      install-freedombone.sh

+ 16
- 0
install-freedombone.sh Visa fil

@@ -62,6 +62,22 @@
62 62
 #
63 63
 # If you are not using a Beaglebone Black then just prepare the
64 64
 # target system with a fresh installation of Debian Jessie.
65
+#
66
+# Configuration file
67
+# ==================
68
+# If you don't want to edit this script directly then you can
69
+# create a configuration file called freedombone.cfg, which should
70
+# be in the same directory as install-freedombone.sh.
71
+# Within the configuration file you can specify the main settings
72
+# such as:
73
+#
74
+# INSTALLING_ON_BBB=yes
75
+# SSH_PORT=2222
76
+# MICROBLOG_DOMAIN_NAME=mydomain
77
+# MICROBLOG_FREEDNS_SUBDOMAIN_CODE=[code]
78
+# ...
79
+#
80
+# Note that there are no spaces around the equals.
65 81
 
66 82
 DOMAIN_NAME=$1
67 83
 MY_USERNAME=$2