Version 3 (modified by 16 months ago) ( diff ) | ,
---|
djAI installation and configuration
Preparation
djAI is easy to install and use. The software consists of two components:
- A web service providing an API with various functions. The web service runs on Windows and Linux machines with .net 7 Core.
- A client connecting with the web service. The client runs on Windows with .net 7.
For single-user application of the FREE personal / test / development edition, the web service is typically started on the same machine as the client. However, it is technically possible to run the service on a separate server machine even for the FREE edition, and you are allowed to do so, as long as you obey the other usage limitations of the FREE license.
In multi-user applications (for which you must buy a license in any case, even if they are non-commercial), running the service on a server machine is the common case, and you have the choice between Windows and Linux servers running .net 7 Core.
- Download the software to a temporary folder from here: djAI service and client download
- Unzip the zip package.
- Move the folder
djAI
to the server machine. - Move the folder
djAIClient
to the server machine.