We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please help me understand the installation steps
For now, I'm able to:
Download the "Server Docker Image" from the download page.
Import the image to local docker images: docker load < Downloads/Marketcetera_docker_4_1_1.tar
docker load < Downloads/Marketcetera_docker_4_1_1.tar
Run the container with ports 9000, 9020, 9030
Run postgres in separate container, with user "metc" and password "pw4metc"
After these steps, I get console messages from the marketcetera container, so I suppose everything to be OK:
Docker enabled INFO [main] metc.startup (MultiInstanceApplicationContainer.java:420) - Launching instance 1 of 1
But next, I can't understand how to setup a connection to postgres? Are there any variables expected to be passes to the marketetera container?
Any additional steps required?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please help me understand the installation steps
For now, I'm able to:
Download the "Server Docker Image" from the download page.
Import the image to local docker images:
docker load < Downloads/Marketcetera_docker_4_1_1.tar
Run the container with ports 9000, 9020, 9030
Run postgres in separate container, with user "metc" and password "pw4metc"
After these steps, I get console messages from the marketcetera container, so I suppose everything to be OK:
But next, I can't understand how to setup a connection to postgres? Are there any variables expected to be passes to the marketetera container?
Any additional steps required?
The text was updated successfully, but these errors were encountered: