aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-09-25 22:19:37 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-09-25 22:19:37 +0200
commit3de03d4f83817e59c1be4bc361fee8eca781789b (patch)
treea12de586570159af2e9160f41473ae46e18125ae /INSTALL.md
parent5db841cbaafe2d4f4bfe9009f5ecca996f21b4d3 (diff)
downloadratatoeskr-cms-3de03d4f83817e59c1be4bc361fee8eca781789b.tar.gz
ratatoeskr-cms-3de03d4f83817e59c1be4bc361fee8eca781789b.tar.bz2
ratatoeskr-cms-3de03d4f83817e59c1be4bc361fee8eca781789b.zip
Replace kses with HTMLPurifier
This gets rid of our last non-compüoser dependency! :)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md19
1 files changed, 5 insertions, 14 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 06162fe..ac9feba 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -11,27 +11,18 @@ Step 0: Requirements
Step 1: Get required packages using composer
--------------------------------------------
+*(If you donloaded a pre-built package, you can skip this step)*
+
Some required packages are managed by [composer](https://www.getcomposer.org). If you don't have it installed, go and install it.
After that, run `composer install` in the root directory of this package.
-Step 2: Get additional libraries
---------------------------------
-
-You need these libraries to run Ratatöskr (it is probably already bundled with these):
-
-1. kses
-
- Place "kses.php" from the archive directly into this directory.
-
- kses can be found at <http://sourceforge.net/projects/kses/>
-
-Step 3: Copy files to your Webspace
+Step 2: Copy files to your Webspace
-----------------------------------
Copy Ratatöskr to your webspace (usually using FTP or SFTP).
-Step 4: Use the setup wizard
+Step 3: Use the setup wizard
----------------------------
1. Open your favourite Web browser and surf to `setup.php` of your Ratatöskr installation.
@@ -47,7 +38,7 @@ Step 4: Use the setup wizard
5. Copy the text from the textbox and replace the contents of `/ratatoeskr/config.php` with it.
-Step 5: Delete the setup wizard
+Step 4: Delete the setup wizard
-------------------------------
Delete the file `setup.php`.