mindsdb / mindsdb-docs-old

Current MindsDB Docs are migrated to MindsDB repository
https://docs.mindsdb.com/
MIT License
39 stars 38 forks source link

Starting mindsdb in background daemon #208

Closed bustersg closed 1 year ago

bustersg commented 1 year ago

https://docs.mindsdb.com/setup/custom-config/ says start MindsDB using this command: python -m mindsdb

I am running MindsDB in remote VPS, and I was able to access it using a domain via Nginx proxy on port 47334. Everything works, but I need to keep my SSH client window running or else VPS stops listening http API: started on 47334

Is there a way to run MindsDB in the background like e.g., nginx/ httpd or dockerd? systemctl start mindsdb

tomhuds commented 1 year ago

Completed within user-guide