Configure and install

Import default configuration

cd /apps/amf
bin/impwf -conf conf/impwf -import impwf-default-import.xlsx

Starting amf dashboard

Create configuration file for starting amf as follows:

[AMFUI_LOG]
log_file=logs/amfui.log
log_level=INFO
backup_count=5

[AMFMALIB_LOG]
log_file=logs/malib.log
log_level=INFO
backup_count=5

[AMFUILIB_LOG]
log_file=logs/amfuilib.log
log_level=INFO
backup_count=5

[CONTROLLER_LOG]
log_file=logs/controller.log
log_level=INFO
backup_count=5

[CIPHER_LOG]
log_file=logs/cipher.log
log_level=INFO
backup_count=5

[DATABASE]
db_url="postgres://root@localhost:26257/amf?sslmode=disable"

Create selfsigned certs to use with amf

Running amfc

Starting amf services

Running amf services

Last updated