Changes between Version 1 and Version 2 of Public/DjAiAdmin


Ignore:
Timestamp:
Jul 9, 2023, 10:14:46 AM (16 months ago)
Author:
Boris Horner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/DjAiAdmin

    v1 v2  
    11= djAI installation and configuration
     2== Preparation
     3//dj//**AI** is easy to install and use. The software consists of two components:
     4* A web service providing an API with various functions. The web service runs on Windows and Linux machines with .net 7 Core.
     5* A client connecting with the web service. The client runs on Windows with .net 7.
     6
     7For 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.
     8
     9In 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.
     10
     11* Download the software to a temporary folder from here: [https://my.hidrive.com/lnk/u8nIg6fD#file //dj//**AI** service and client download]
     12* Unzip the zip package.
     13* Move the folder {{{djAI}}} to the server machine.
     14* Move the folder {{{djAIClient}}} to the server machine.
     15
     16== djAI web service installation