-
-
Notifications
You must be signed in to change notification settings - Fork 5
10. Getting Started
cunaedy edited this page Jun 27, 2019
·
1 revision
- Simply download the zip file.
- Extract in your local machine or server.
- Create a new database (or use existing one), make sure that it is: MySQL or MariaDB.
- For best compatibility, use UTF8 as collation.
- With your browser, open your web site, eg: http://www.example.com/kemana
- You will be promoted to install the script, do so by following the on screen instruction.
- Fill the necessary information, including Server Address, database name, password, etc, click "Next".
- The installer should create
includes/db_config.php
for you.
- 😢 But if somehow the installer failed to create one, you will be presented with an instruction on how to create one.
- 😀 Simply copy & paste the code, and save it to
includes/db_config.php
.
/install
folder.
Open your site name, add /admin
as address. Eg: http://www.example.com/admin
. If you have renamed the ACP folder name, use the new name.
💡 To increase site security, you can rename the administration (admin) folder from /admin
to /any_folder
.
- Rename the
/admin
folder. - Use any text editor to edit
/includes/db_config.php
- On line 10, you should find this configuration:
$qe_admin_folder = 'admin';
- Simply change the value to the new name.