artemis-portable/assets
2023-12-01 02:18:08 +07:00
..
dbutils.bat initial commit 2023-11-29 09:12:40 +07:00
read.bat initial commit 2023-11-29 09:12:40 +07:00
README.txt initial commit 2023-11-29 09:12:40 +07:00
start.bat initial commit 2023-11-29 09:12:40 +07:00
start.ps1 initial commit 2023-11-29 09:12:40 +07:00
update-artemis.bat initial commit 2023-11-29 09:12:40 +07:00
update-artemis.ps1 *actually* allow different forks 2023-12-01 02:18:08 +07:00

================
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%%