diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-05 21:09:04 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-05 21:09:04 -0700 |
commit | 4abb1144746e631b9ad4d40a1d88d17fa52af037 (patch) | |
tree | f4bf4da7b9af00cc417803d186be7050ba04aab3 /install/INSTALL.txt | |
parent | f20933e1e0f955d49fff3780c367ea2edf581728 (diff) | |
download | volse-hubzilla-4abb1144746e631b9ad4d40a1d88d17fa52af037.tar.gz volse-hubzilla-4abb1144746e631b9ad4d40a1d88d17fa52af037.tar.bz2 volse-hubzilla-4abb1144746e631b9ad4d40a1d88d17fa52af037.zip |
very crude but working doc search
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r-- | install/INSTALL.txt | 8 |
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). |