forms-flow-ai
forms-flow-ai copied to clipboard
Missing forms-flow-nginx Image
Bug Report
Please provide information about your setup
- formsflow.ai Version: Master
- Browser:
- Browser version:
Steps to Reproduce
- Build as per Readme. Run "sudo bash rune.sh"
- https://github.com/AOT-Technologies/forms-flow-ai/blob/master/deployment/server/client-server-deployment/docker-compose.yaml) Line 5 "image: forms-flow-nginx:v1.0.0"
- Image does not exist
Observed Behaviour
The Build fails with error Pulling forms-flow-nginx (forms-flow-nginx:v1.0.0)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y Pulling forms-flow-nginx (forms-flow-nginx:v1.0.0)... ERROR: pull access denied for forms-flow-nginx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
If possible provide a screenshot to demonstrate the bug. Screenshot 2023-03-05 at 9 45 57 pm
Expected Behaviour
Deploy app on Remote Server
Hello @heverin, we have moved our deployment scripts to https://github.com/AOT-Technologies/forms-flow-ai-deployment and install instructions on this repo will be removed soon. Can you please give a try from the deployment repo ? If you are trying in local I would suggest to use the quick installation as in here https://aot-technologies.github.io/forms-flow-installation-doc/Pages/PC/PC.html
To automate the creation of the nginx image, the shell script will use the Dockerfile located in the forms-flow-nginx repository to build the image with the name forms-flow-nginx:v1.0.0. The Dockerfile will also copy the corresponding SSL files into the container during the build process. However, if the SSL files are not arranged according to the documentation, the build process will fail. This was the case for you. As a result of the build failure, the docker-compose up command was unable to obtain the required docker image, and attempted to retrieve it from Docker hub. It is important to note that the forms-flow-nginx directory should contain the following folder structure:
forms-flow-nginx ├───analytics.example.com ├───app.example.com └───iam.example.com