소스 검색

Configuration file

Bob Mottram 10 년 전
부모
커밋
39ba4ce7ce
1개의 변경된 파일19개의 추가작업 그리고 9개의 파일을 삭제
  1. 19
    9
      README.md

+ 19
- 9
README.md 파일 보기

@@ -39,15 +39,25 @@ Plug the microSD card into your laptop/desktop and then run the *initial_setup.s
39 39
 
40 40
 where /dev/sdX is the device name for the microSD card. Often it's /dev/sdb or /dev/sdc, depending upon how many drives there are on your system. The script will download the Debian installer and update the microSD card. It can take a while, so be patient.
41 41
 
42
-When the initial setup is done follow the instructions on screen to run the main Freedombone script. Edit the *install-freedombone.sh* script and change the following as needed. If you don't want those services then just leave them as they are.
43
-
44
-    MICROBLOG_DOMAIN_NAME
45
-    MICROBLOG_FREEDNS_SUBDOMAIN_CODE
46
-	OWNCLOUD_DOMAIN_NAME
47
-	OWNCLOUD_FREEDNS_SUBDOMAIN_CODE
48
-	WIKI_DOMAIN_NAME
49
-	WIKI_FREEDNS_SUBDOMAIN_CODE
50
-	REDMATRIX_DOMAIN_NAME
42
+When the initial setup is done follow the instructions on screen to run the main Freedombone script. You can either edit the variables within the *install-freedombone.sh* script directly, or create a separate configuration file called *freedombone.cfg* which contains those variables. Variables which you might want to put into a *freedombone.cfg* file are:
43
+
44
+    MY_EMAIL_ADDRESS=
45
+    MY_NAME=
46
+    MY_BLOG_TITLE=
47
+    MY_BLOG_SUBTITLE=
48
+    SSH_PORT=
49
+    FULLBLOG_DOMAIN_NAME=
50
+    FULLBLOG_FREEDNS_SUBDOMAIN_CODE=
51
+    MICROBLOG_DOMAIN_NAME=
52
+    MICROBLOG_FREEDNS_SUBDOMAIN_CODE=
53
+    REDMATRIX_DOMAIN_NAME=
54
+    OWNCLOUD_DOMAIN_NAME=
55
+    OWNCLOUD_FREEDNS_SUBDOMAIN_CODE=
56
+    WIKI_TITLE=
57
+    WIKI_DOMAIN_NAME=
58
+    WIKI_FREEDNS_SUBDOMAIN_CODE=
59
+    MY_GPG_PUBLIC_KEY=
60
+    MY_GPG_PRIVATE_KEY=
51 61
 
52 62
 The FreeDNS subdomain codes can be found under "Dynamic DNS" and "quick cron example". On the last line it will be the string located between the '?' and the '==' characters.
53 63