21 lines
657 B
Plaintext
21 lines
657 B
Plaintext
================
|
|
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%%
|