Installing Open Server 6 for the Cotonti Siena engine
step-by-step guide to installing and configuring Open Server 6 to create a local web server and run a website in PHP 8.4+ CMF Cotonti and manage a MySQL 8.0 database on phpMyAdmin
If preinstalled sites like https://example.local/ are not opening and you see messages like:
"Hmm. We can't find this site. We can't connect to the server example.local." (for FireFox)
or
"Can't access the site Couldn't find the IP address of the server example.local" (for Chrome and others)
Delete C:\OSPanel\home\mysite.local\public\install.php using File Explorer.
Check the site: http://mysite.local.
Step 6: Checking Cotonti Settings
Open C:\OSPanel\home\mysite.local\public\datas\config.php in Notepad or another editor.
Check the values of the global variable $cfg keys:
$cfg['mysqlhost'] = 'MySQL-8.0'; // do not write localhost!!! need to specify the DBMS type and its version
$cfg['mysqlport'] = '';
$cfg['mysqluser'] = 'root'; // 'root' if everything is for phpmyadmin as in the instruction above
$cfg['mysqlpassword'] = ''; // empty if everything is for phpmyadmin as in the instruction above
$cfg['mysqldb'] = 'cotonti'; // name of the DB created in phpmyadmin for Cotonti
$cfg['mainurl'] = 'http://mysite.local';
Support and development of web projects on the CMF Cotonti: private messengers via the website, open and closed small social networks, trading platforms and marketplaces, freelance and services exchange portal, catalogs of goods from wholesale suppliers, dropshipping platforms, online stores, and much more.