docker icon indicating copy to clipboard operation
docker copied to clipboard

Hello, i am not able to finalize the installation

Open GVA-Guillaume opened this issue 2 years ago • 0 comments

in the 3/3 strep Admin, I have an internal error 500, ii tried to change the display_errors to On, but nothing happens, I really don't have any idea, what the database is installed and what it is not possible for the user or for the root to populate the first account.

You should change this to match your reverse proxy DNS name and protocol

APP_NAME=Akaunting APP_ENV=productions PP_LOCALE=fr-FR APP_INSTALLED=false #APP_KEY= APP_DEBUG=true APP_SCHEDULE_TIME="02:00" #APP_URL=http://54.38.85.25:18006 AKAUNTING_SETUP=true

Don't change this unless you rename your database container or use rootless podman, in case of using rootless podman you should set it to 127.0.0.1 (NOT localhost)

Change these to match env/db.env

#DB_CONNECTION=${DOCKER_SERVICE_NAME} DB_HOST=${DOCKER_SERVICE_NAME} phpinfo.txt

DB_PORT=3306 DB_DATABASE=${MYSQL_NAME} DB_USERNAME=${MYSQL_USER} DB_PASSWORD=${MYSQL_PASSWORD}

PHP_DISPLAY_ERRORS=On >> (a test ...)

You should change this to a random string of three numbers or letters followed by an underscore

DB_PREFIX

These define the first company to exist on this instance. They are only used during setup.

COMPANY_NAME=company [email protected]

This will be the first administrative user created on setup.

[email protected] ADMIN_PASSWORD=$(openssl rand -base 64 155)

Thank you

GVA-Guillaume avatar May 03 '23 14:05 GVA-Guillaume