{% 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.
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:
static/images/items, but you may use any directory that IMPS has
read/write access to. To use a directory outside the scope of
the IMPS directory, you may create a symlink.static/images, but you may use any
directory that IMPS have read/write access to.static/backups, but you may use any
directory that IMPS have read/write access to.[password]
Configure your IMPS password here. Anyone with the password can access IMPS.
{% include 'includes/footer.html' %}