artemis-portable/assets
beerpsi 64af827e7b Fix ARTEMiS update script 2024-03-23 18:13:23 +07:00
..
README.txt Support aqua-importer 2024-03-06 16:49:24 +07:00
aqua-importer.bat Support aqua-importer 2024-03-06 16:49:24 +07:00
aqua_importer_develop.py Support aqua-importer 2024-03-06 16:49:24 +07:00
database-tasks-wrapper.ps1 Support aqua-importer 2024-03-06 16:49:24 +07:00
dbutils.bat Support aqua-importer 2024-03-06 16:49:24 +07:00
read.bat Support aqua-importer 2024-03-06 16:49:24 +07:00
start.bat remove cmd /k pause and let the batchfile handle it 2023-12-18 11:42:20 +07:00
start.ps1 remove cmd /k pause and let the batchfile handle it 2023-12-18 11:42:20 +07:00
update-artemis.bat remove cmd /k pause and let the batchfile handle it 2023-12-18 11:42:20 +07:00
update-artemis.ps1 update for artemis new db migration system 2024-03-06 13:24:20 +07:00
update-artemis.py Fix ARTEMiS update script 2024-03-23 18:13:23 +07:00

README.txt

================
Portable ARTEMiS
================

This is a portable distribution of ARTEMiS. Python and MariaDB (a variant of MySQL)
has been bundled, and the server can simply be started by double-clicking start.bat.

========================
dbutils/importing events
========================
Follow the official ARTEMiS guides, but replace "python read.py" with "read.bat",
and "python dbutils.py" with "dbutils.bat" accordingly.

===========
Credentials
===========
In case you need it:
- database root password: %%MARIADB_ROOT_PASSWORD%%
- database aime password: %%MARIADB_AIME_PASSWORD%%
- database port: %%MARIADB_PORT%%