akaunting / docker

Docker Image for Akaunting
https://github.com/akaunting/akaunting
GNU General Public License v3.0
184 stars 86 forks source link

Hello, i am not able to finalize the installation #92

Open GVA-Guillaume opened 1 year ago

GVA-Guillaume commented 1 year ago

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 COMPANY_EMAIL=email@company.com

This will be the first administrative user created on setup.

ADMIN_EMAIL=admin@email.com ADMIN_PASSWORD=$(openssl rand -base 64 155)

Thank you