OneCT — это будущая свободная CMS под лицензией BSD 3-Clause, которая стремится быть простой, но гибкой в управлении.
Требуемое ПО:
- Веб-сервер Apache
- PHP версии 7.2 или выше
- База данных MySQL версии 8 или выше
- Импортируйте дамп базы данных из файла
onect.sql. - Настройте подключение к базе данных в файле
include/db.phpи при необходимости измените параметры вinclude/config.php. - Войдите в аккаунт admin@admin.org и смените пароль (по умолчанию:
admin).
При обновлении OneCT можно импортировать дамп new_onect.sql, содержащий только изменения структуры базы данных со старой версии на новую.
OneCT is a future free CMS licensed under BSD 3-Clause, designed to be simple yet flexible to manage.
Requirements:
- Apache web server
- PHP version 7.2 or higher
- MySQL database version 8 or higher
- Import the database dump from the
onect.sqlfile. - Configure the database connection in
include/db.phpand optionally adjust the settings ininclude/config.php. - Log in to the admin@admin.org account and change the password (default:
admin).
When updating OneCT, you can import the new_onect.sql dump, which contains only the database structure changes from the old version to the new one.