This version is at an early stage of development. Many things may not work or work not as intended.
- PHP 8.0 and higher
- MySQL 5.7
- PHP configured to use MySQL Native Driver (mysqlnd)
- .htaccess support
- You need to install Composer on your computer.
- Clone or download and unpack the repository to the root directory your site.
- Run the command to install dependencies
composer install- Open the url in your browser (replace your.site to your hostname): http://your.site/install and follow the instructions in the installer.
When you get updates from the repository, you need to follow the changes of some files.
- If composer.json has been changed, you need to run the command
composer install.