Installation

To install Multi-lang CMS, open settings.php in the main directory of Multi-lang CMS and edit these in the file:

$db_host = Write your database host here, this is usually "localhost".
$db_user = Write your database username here.
$db_pass = Write your database password here.
$db_name = Write your database name here.

settings

After editing settings.php, then you should import multi-lang.sql which is located in the sql/ directory to the database that you have written in settings.php. After importing the database you can delete sql/ directory.

How can you go to Administration Panel?

Type /login.php after the main Multi-lang directory in your web browser. In the login screen, default password and username are;

Username: admin
Password: multi-lang

Note: Multi-lang CMS comes with some categories, posts and comments automatically added. You can delete them if you want.

That's all, you are done! You can now enjoy Multi-lang CMS! If you need any help read the rest of the documentation.