-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot run Hexya #1
Comments
I have the same problem when I operated according to https://hub.docker.com/r/hexya/hexya . Any solution to this ? Thanks ! |
Unfortunately, I do not have enough time to keep the modules up to date with the framework. Right now, only the web module works. |
Any update as of today I got the same error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have postgres 9.6 in my docker with container name x_db_1. After perform command :
docker run -p 8888:8080 -e HEXYA_DB_HOST=db -e HEXYA_DB_USER=hexya -e HEXYA_DB_PASSWORD=secret -e HEXYA_LOGSTDOUT=true -e HEXYA_MODULES="github.com/hexya-erp/hexya-addons/sale" --link x_db_1:db --network=x_default --name hexya -t hexya/hexya
I got error message :
Am I missing something? Any suggestion?
The text was updated successfully, but these errors were encountered: