codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
605 stars 141 forks source link

Running as a service on Jetson Nano #120

Open jasonmhite opened 1 month ago

jasonmhite commented 1 month ago

Area of Concern

Describe the bug It is not well documented how to run the server manually from the command line on Linux or as something like a systemd service. Especially on the Jetson, the docs only mention running it from VSCode. Some of the supported platforms (e.g. Ubuntu/Windows) appear to include service or start scripts, but these don't appear to be included to work from.

Expected behavior Document generally how to run the server from the command line, not just from within VSCode.

Screenshots NA

Your System (please complete the following information):

Additional context The general setup process for the Nano doesn't work super well, I had to do a bunch of manual fixing and searching and playing around to get anything working.