aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-05 21:09:04 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-05 21:09:04 -0700
commit4abb1144746e631b9ad4d40a1d88d17fa52af037 (patch)
treef4bf4da7b9af00cc417803d186be7050ba04aab3 /install
parentf20933e1e0f955d49fff3780c367ea2edf581728 (diff)
downloadvolse-hubzilla-4abb1144746e631b9ad4d40a1d88d17fa52af037.tar.gz
volse-hubzilla-4abb1144746e631b9ad4d40a1d88d17fa52af037.tar.bz2
volse-hubzilla-4abb1144746e631b9ad4d40a1d88d17fa52af037.zip
very crude but working doc search
Diffstat (limited to 'install')
-rw-r--r--install/INSTALL.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index 003defeed..65df17fdd 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -137,6 +137,14 @@ use SSL, your webserver must not listen on port 443 at all.
cd mywebsite
util/update_addon_repo matrix
+ - Create searchable represenations of the online documentation. You may do this any time
+ that the documentation is updated.
+
+ cd mywebsite
+ util/importdoc
+
+
+
3. Create an empty database and note the access details (hostname, username,
password, database name).