{% include 'includes/header.html' %}

Welcome to IMPS

If this is the first time you have started IMPS, this page will help guide you through the setup process. If all the indicators below are green, you can delete or rename the first.run file from the directory where you have installed IMPS and start using it.

You will need a working installation of MySQL or Mariadb before beginning. More info.

Database connection:
{% else %} style="background-color: red;"> {% endif %}
Database structure:
{% else %} style="background-color: red;"> {% endif %}
IMPS path:
{% else %} style="background-color: red;"> {% endif %}
Item image directory:
{% else %} style="background-color: red;"> {% endif %}
Backup directory:
{% else %} style="background-color: red;"> {% endif %}
{% if backup_config and item_image_config and imps_path_config and db_conn and db_tables %}

IMPS appears correctly configured: Rename first.run

{% endif %}

Settings

IMPS uses a configuration file (imps_config.toml) for many of its settings, including the database connection, server settings, and file directories. The file is in the same directory where you installed IMPS, most likely in /var/www/html if you are using Apache and MySQL on Linux. You will need to edit this file so that IMPS will work correctly.

The imps_config.toml file contains several sections that you must set for IMPS to work.

[database]

Configure your database connection here. Set:

[directories]

Configure your file directories here. Set:

[password]

Configure your IMPS password here. Anyone with the password can access IMPS.

{% include 'includes/footer.html' %}