aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-06-01 23:37:13 -0400
committerYuchen Pei <hi@ypei.me>2022-09-16 11:11:57 +1000
commit36bbc1b57d51e55589212df3844d447275634f5b (patch)
treef8a3c4d7179204f78b89346b5078c5ad2b72570b /README.org
parent8df6845b4ec245d3f4549f01ca0c9999820d8295 (diff)
update README for PHP7,8
Diffstat (limited to 'README.org')
-rw-r--r--README.org18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.org b/README.org
deleted file mode 100644
index d3b2821..0000000
--- a/README.org
+++ /dev/null
@@ -1,18 +0,0 @@
-* Php module dependencies
-
-It is not clear what are the exact php modules required for the site to run. On a Trisquel 9 VM typically it is sufficient to have the following extra modules installed on top of a standard php 7 installation:
-
-- php-gd
-- php-mbstring
-- php-mysql
-- php-xml
-
-Help with formalizing the module dependencies is appreciated.
-
-* Staging deployment patch
-
-When deploying to staging, run
-
-#+begin_src sh
- patch -p2 <mark-staging.patch
-#+end_src