aboutsummaryrefslogtreecommitdiff
path: root/content/_pages/requirements.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-02-02 13:05:54 -0500
committerBradley Taunt <bt@btxx.org>2024-02-02 13:05:54 -0500
commit13cec3d0fc257d0e65c9a1c06bfc71648722a506 (patch)
treeaaf959aa898357abe14c45016a9071ce4d0587c0 /content/_pages/requirements.md
Initial commit for cgit platformHEADmaster
Diffstat (limited to 'content/_pages/requirements.md')
-rw-r--r--content/_pages/requirements.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/_pages/requirements.md b/content/_pages/requirements.md
new file mode 100644
index 0000000..2abc89a
--- /dev/null
+++ b/content/_pages/requirements.md
@@ -0,0 +1,8 @@
+# Requirements
+
+1. `PHP 7.3` or higher
+2. If using Linux, you will require the following packages in order to convert your images to base64 encoding:
+ - PHP XML -> `sudo apt-get install php-xml`
+ - PHP mbstring -> `sudo apt-get install php-mbstring`
+
+That's really it! \ No newline at end of file