fastadmin icon indicating copy to clipboard operation
fastadmin copied to clipboard

Deploy project

Open Mkadir opened this issue 2 years ago • 1 comments

Could you show example to deploy fastadmin server through uvicorn, nginx, apache ?

Mkadir avatar Jul 19 '23 11:07 Mkadir

Fastadmin should be added to your project as application

To deploy with unicorn:

  • uvicorn main:app --host 0.0.0.0 --port 80

Nginx deployment:

  • https://unit.nginx.org/howto/fastapi/

apache deployment:

  • https://github.com/tiangolo/fastapi/issues/3431

WrldEngine avatar Feb 25 '24 20:02 WrldEngine

Looks like we can close the issue.

vsdudakov avatar Aug 02 '24 18:08 vsdudakov

Looks like we can close the issue.

Why my response not marked as answer, if you close the issue? I don't know github very well

WrldEngine avatar Sep 28 '24 15:09 WrldEngine