summaryrefslogtreecommitdiff
path: root/storage/README
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-08-28 20:32:03 +0100
committerlsces <lester@lsces.co.uk>2025-08-28 20:32:03 +0100
commit5cdac57c1bedc85ab8f66d54dc211454dd936602 (patch)
treea9f3609f65602e17580b4f0996b6b86a56f178a3 /storage/README
parent15d81f343f568cad495f330f5152093d12d7df28 (diff)
downloadbitweaver-5cdac57c1bedc85ab8f66d54dc211454dd936602.tar.gz
bitweaver-5cdac57c1bedc85ab8f66d54dc211454dd936602.tar.bz2
bitweaver-5cdac57c1bedc85ab8f66d54dc211454dd936602.zip
Change the storage link to a proper directory with information to fill gaps in the installer listing of this package
Diffstat (limited to 'storage/README')
-rwxr-xr-xstorage/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/storage/README b/storage/README
new file mode 100755
index 0000000..23aeaab
--- /dev/null
+++ b/storage/README
@@ -0,0 +1,9 @@
+This directory is used to alternatively store information to the file system
+
+The storage directory needs to be writable by the webserver (apache) user.
+
+A command the will probably work is:
+
+chmod 777 -R storage/
+
+It's not the safest. Adjust to your level of security paranoia.