You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/Install.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
To run the installer open
4
4
`<install path>/Service/install.php`
5
5
6
+
Make sure you delete the install script and Config.template.
7
+
8
+
### Security Note
9
+
Be default we put the sqlite databse in the web folder. This is not a good idea. We solved this by putting in a htaccess file to not allow the database to be downloaded.
10
+
11
+
Still, you should move this file out of the webserver directory and change the location in `Config.php`
0 commit comments