minor changes to setup instructions

master
BodgeMaster 2021-09-07 10:26:34 +02:00
parent 9cf94dbc78
commit 952ad0bcc2
1 changed files with 2 additions and 2 deletions

View File

@ -30,14 +30,14 @@ First of all, keep in mind that the ThreadR Forum Engine is still in early devel
For now, the only way to set up an instance is doing it the manual way; automatic setup will be added in the future.
This setup guide is assuming that you are on a UNIX-like system and have the following already installed and set up properly:
- Apache with PHP
- Apache with PHP (will most likely also work on other web servers)
- MySQL or MariaDB
- Python 2 (Will be changed to Python 3 soon. If Python 2 complains about shit, it's safe to assume that someone forgot to update this.)
- Bash
Installation:
- To install ThreadR Forum Engine, clone this repository into a directory that the web server has access to but that it outside of any web root.
- To install the ThreadR Forum Engine, clone this repository into a directory that the web server has access to but that it outside of any web root.
- Symlink the directory `threadr/` to your desired location on the web root.
- Optionally symlink the file `default.html` to all places that you want to redirect to your ThreadR instance.
- Add a database to your MySQL/MariaDB server that contains the tables shown below.