Browse Source

Update the documentation on installation

Bob Mottram 10 years ago
parent
commit
f9f1daa34e
2 changed files with 4 additions and 45 deletions
  1. 4
    45
      README.md
  2. BIN
      man/freedombone.1.gz

+ 4
- 45
README.md View File

@@ -84,52 +84,11 @@ Now the easiest way to install the system is via the interactive setup.
84 84
 
85 85
 You can select which variant you wish to install and then enter the details as requested.
86 86
 
87
-Non-Interactive Setup
88
-=====================
89
-If you don't want to install interactively then it's possible to manually create a configuration file as follows:
87
+Other types of setup
88
+====================
89
+See the manpage for details on other kinds of non-interactive setup.
90 90
 
91
-On the system where freedombone is to be installed create a configuration file.
92
-
93
-    ssh username@freedombone_IP_address
94
-    su
95
-    sudo apt-get update
96
-    apt-get install git
97
-    git clone https://github.com/bashrc/freedombone
98
-    cd freedombone
99
-    make install
100
-    nano /home/username/freedombone/freedombone.cfg
101
-
102
-Add the following, and set the values as needed.
103
-
104
-    MY_EMAIL_ADDRESS=
105
-    MY_NAME=
106
-    MY_BLOG_TITLE=
107
-    MY_BLOG_SUBTITLE=
108
-    FULLBLOG_DOMAIN_NAME=
109
-    MICROBLOG_DOMAIN_NAME=
110
-    REDMATRIX_DOMAIN_NAME=
111
-    OWNCLOUD_DOMAIN_NAME=
112
-    WIKI_DOMAIN_NAME=
113
-    WIKI_TITLE=
114
-    ENABLE_CJDNS=no
115
-    LOCAL_NETWORK_STATIC_IP_ADDRESS=
116
-    ROUTER_IP_ADDRESS=
117
-
118
-Both of the IP addresses are local IP addresses, typically of the form 192.168.x.x, with one being for the system and the other being for the internet router.
119
-
120
-Save the configuration file and exit from your editor.
121
-
122
-Now you can begin the installation. If you are doing this on a Beaglebone Black:
123
-
124
-    freedombone --bbb -d [default domain name] -u [username] --ddns [dynamic DNS provider domain] --ddnsuser [dynamic DNS username] --ddnspass [dynamic DNS password]
125
-
126
-Or on any other system don't include the *--bbb* option.
127
-
128
-    freedombone -d [default domain name] -u [username] --ddns [dynamic DNS provider domain] --ddnsuser [dynamic DNS username] --ddnspass [dynamic DNS password]
129
-
130
-The above command should be run in the same directory in which your configuration file exists. You can use any of your domains as the default one, but typically the default domain is the same as the one for your wiki.
131
-
132
-Also see the manpage for additional options which can be used instead of a configuration file. If you don't specify a variant type with the final option then everything will be installed. If you have a *freedombone.cfg* file then it should be in the same directory from which the *freedombone* command is run.
91
+    man freedombone
133 92
 
134 93
 Post-Setup
135 94
 ==========

BIN
man/freedombone.1.gz View File