Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GVA-Guillaume opened this issue May 3, 2023 · 0 comments
Open

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

GVA-Guillaume opened this issue May 3, 2023 · 0 comments

Comments

@GVA-Guillaume
Copy link

GVA-Guillaume commented May 3, 2023

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 protected]

This will be the first administrative user created on setup.

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

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant