|
|
|
|
3
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
<head>
|
5
|
<head>
|
6
|
-<!-- 2016-10-12 Wed 17:05 -->
|
|
|
|
|
6
|
+<!-- 2016-10-12 Wed 17:12 -->
|
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
9
|
<title></title>
|
9
|
<title></title>
|
|
|
|
|
245
|
|
245
|
|
246
|
<center><h1>Developers Guide</h1></center>
|
246
|
<center><h1>Developers Guide</h1></center>
|
247
|
|
247
|
|
248
|
-<div id="outline-container-org792a58f" class="outline-2">
|
|
|
249
|
-<h2 id="org792a58f">Adding extra apps</h2>
|
|
|
250
|
-<div class="outline-text-2" id="text-org792a58f">
|
|
|
|
|
248
|
+<div id="outline-container-orgcec4979" class="outline-2">
|
|
|
249
|
+<h2 id="orgcec4979">Adding extra apps</h2>
|
|
|
250
|
+<div class="outline-text-2" id="text-orgcec4979">
|
251
|
<p>
|
251
|
<p>
|
252
|
Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. On an installed system the app scripts go into the directory:
|
252
|
Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. On an installed system the app scripts go into the directory:
|
253
|
</p>
|
253
|
</p>
|
|
|
|
|
301
|
|
301
|
|
302
|
<span class="org-variable-name">SOME_IMPORTANT_CONFIG_VARIABLE</span>=<span class="org-string">'some important value'</span>
|
302
|
<span class="org-variable-name">SOME_IMPORTANT_CONFIG_VARIABLE</span>=<span class="org-string">'some important value'</span>
|
303
|
<span class="org-variable-name">ANOTHER_IMPORTANT_CONFIG_VARIABLE</span>=<span class="org-string">'foo'</span>
|
303
|
<span class="org-variable-name">ANOTHER_IMPORTANT_CONFIG_VARIABLE</span>=<span class="org-string">'foo'</span>
|
304
|
-<span class="org-variable-name">MY_FUNKY_AVATAR</span>=fro.png
|
|
|
|
|
304
|
+<span class="org-variable-name">MY_FUNKY_AVATAR</span>=https://some-domain-or-other/fro.png
|
305
|
<span class="org-variable-name">MYAPPNAME_ONION_PORT</span>=[port number]
|
305
|
<span class="org-variable-name">MYAPPNAME_ONION_PORT</span>=[port number]
|
306
|
<span class="org-variable-name">MYAPPNAME_DB_PASSWORD</span>=
|
306
|
<span class="org-variable-name">MYAPPNAME_DB_PASSWORD</span>=
|
307
|
|
307
|
|