Menu
Installation
The installation script is currently only provisional and may contain errors.
The source code of the content management system can be found on GitHub, from there you can clone the project with git and then install it. You also have the option of downloading this using the green 'Code' button, but this is not recommended, but it is also possible for one-time viewing and testing.
Anyway, unzip or clone the CMS in the target directory. Then call up the install/index.php via the browser. The installation script is provisional and does not properly validate the information. The system can also be copied into a subdirectory, which must then be specified when calling it in the browser.
Install steps
- Database information
Enter the database information. A database must already exist and should not contain any tables or at least not conflict with the table prefix 'tb_'.
- Server paths
The file system paths and the URL to the system must be entered here; the default entries should match.
- Administrator account
Enter the username and password for the first user.
- System messages
In critical cases, if activated, the system sends messages to an email address. Enter the name and email address of the recipient here.
- Encryption base key
Certain fields are always stored encrypted in the database; the key specified here is used for encryption. This cannot be changed afterwards!
- Run install
The installation is executed here, this is done in several steps. If the installation is completed, the address for the CMS and the administration will be displayed there.
Update
The CMS does not have an automated update, nor does it check for a current version.To update the CMS you need to update your local branch via git through the remote branch. Then call the backend. With the call, the other data sections are updated that cannot be taken into account by git.