Преглед на файлове

Note on the configuration file

Bob Mottram преди 10 години
родител
ревизия
f8e77d50af
променени са 1 файла, в които са добавени 16 реда и са изтрити 0 реда
  1. 16
    0
      install-freedombone.sh

+ 16
- 0
install-freedombone.sh Целия файл

62
 #
62
 #
63
 # If you are not using a Beaglebone Black then just prepare the
63
 # If you are not using a Beaglebone Black then just prepare the
64
 # target system with a fresh installation of Debian Jessie.
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
 DOMAIN_NAME=$1
82
 DOMAIN_NAME=$1
67
 MY_USERNAME=$2
83
 MY_USERNAME=$2