Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Once you have Acquire and download the license.

you need to install The Ares kudo kudo server by following the steps.

Download Kudo Installer:

Install package

Run “sudo dpkg -i Kudo-Server-{version}.deb”

Note: Ares kudo server package is dependent on below packages:-
Package dependencies

libc6
libgcc1
libstdc++6
zlib1g
libfreetype6
libfontconfig1
libpng16-16
libgif7
libexpat1
libgl1
libgl1-mesa-dri
libgl1-mesa-glx
libx11-6
libpango-1.0-0
libpangoft2-1.0-0
libpython2.7
libpcre3
libglib2.0-0
libharfbuzz0b
libpcre2-16-0
libuuid1
libxcb1
libthai0
libffi7
libgraphite2-3
libdatrie1
libcurl4
libicu66
ffmpeg
libhpdf-2.3.0
hunspell-en-us
hunspell
hunspell-en-gb
hunspell-en-au
hunspell-de-de
hunspell-es
hunspell-fr-modern
hunspell-pl
hunspell-sv

Run Kudo server

Start the Server:

  • Run the provided start/stop script from the command line:

This command starts the server in the background.

sudo /etc/init.d/editor start

To stop the server, use the provided stop script:

sudo /etc/init.d/editor stop

Accessing the Server:

  • The Kudo server is hosted locally at 127.0.0.1 on port 8081.

  • Access the server through your web browser at: http://localhost:8081.

Customizing Port:

  • If you wish to run the server on a different port, you can modify the SERVICE_PORT variable in the /etc/init.d/editor script.

How to open a drawing:

Starting the Kudo Server Manually

If you prefer to start the Kudo server manually from the command line, follow these steps:

Stop Background Service:

Before starting the server manually, ensure that the background service initiated by /etc/init.d/editor is stopped to prevent conflicts.

Locate the Executable:

The executable file for the Kudo server is located at:

/opt/graebert-gmbh/Kudo-Server/Linux/Kudo-Server

Run the Executable:

Execute the server from the command line by navigating to its directory and running the executable.

Specify Parameters (Optional):

You can specify parameters for the server according to your requirements. Refer to the documentation at https://graebert.atlassian.net/wiki/x/9QBdRg for a list of available parameters and their usage.

  • No labels