Note on the configuration file

This commit is contained in:
Bob Mottram 2014-10-04 11:27:07 +01:00
parent 16ad5784f9
commit f8e77d50af
1 changed files with 16 additions and 0 deletions

View File

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