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

Question about installing FormsFlow x VPS Linux #1916

Open
danielwebart opened this issue Feb 20, 2024 · 3 comments
Open

Question about installing FormsFlow x VPS Linux #1916

danielwebart opened this issue Feb 20, 2024 · 3 comments

Comments

@danielwebart
Copy link

Hello, I would like some help with questions regarding the installation of FormsFlow in a Linux environment.

We attempted to install using Ubuntu 22.04 and Debian 11 in a VPS environment from a cloud provider. We had several problems with the installation of Docker Desktop, for example, after the installation was completed and the services started, when clicking on the Docker Desktop icon nothing happened. Interestingly, we did the same procedure on a local machine and managed to make it work. Our questions are:

  1. Is it really necessary to install Docker Desktop? Or would it only be in the dev environment and in production we could just keep the Docker engine?
  2. Is there any other possible way to use a Linux VPS without the need to use Docker, to use FormsFlow?

Thank's very much.

@sumesh-aot
Copy link
Member

@alanraju-aot please check

@alanraju-aot
Copy link
Contributor

In ubuntu we don't need to use docker desktop, instead we can install docker and docker compose manually. Please refer the following links to install docker and docker compose properly:-

docker compose:- https://docs.docker.com/compose/install/standalone/
for docker run the following command:-
$ apt install docker.io
$ service docker start

@danielwebart
Copy link
Author

Thanks for the help.

We did the installation and initially everything went well. When accessing the forms link (port 3000) externally, we saw that a certificate was needed for external access (outside the vps). However, the redash and documents-api services are not active, they start and after a few seconds they crash and so on in a loop. Is it possible for us to send the log so they can help us with this installation?

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