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

Missing forms-flow-nginx Image #1272

Open
heverin opened this issue Mar 5, 2023 · 2 comments
Open

Missing forms-flow-nginx Image #1272

heverin opened this issue Mar 5, 2023 · 2 comments

Comments

@heverin
Copy link

heverin commented Mar 5, 2023

Bug Report

Please provide information about your setup

  • formsflow.ai Version: Master
  • Browser:
  • Browser version:

Steps to Reproduce

  1. Build as per Readme. Run "sudo bash rune.sh"
  2. 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"
  3. 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

@sumesh-aot
Copy link
Member

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

@kiran-aot
Copy link
Contributor

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

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

3 participants