Skip to content

Server Administration

Server Installation

Operation

Operating System, Distribution, Version

Commands

List Dependencies






Ubuntu 22 and later






# With internet access

apt-cache depends codelogic

# Without internet access (package file downloaded)

dpkg --field Depends <ARCHIVE>

Configure CodeLogic

Ubuntu 22 and later

sudo /opt/codelogic/pre_start_codelogic.sh

Add Repo Key and Repository







Ubuntu 22 and later







sudo wget -O /usr/share/keyrings/codelogic-archive.key http://repo.codelogic.com/debian/archive.key

`sudo sh -c 'cat << EOF > /etc/apt/sources.list.d/codelogic.sources
Types: deb
URIs: http://repo.codelogic.com/debian/
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/codelogic-archive.key
EOF'

Install CodeLogic Server

Ubuntu 22 and later

sudo apt install --assume-yes -f codelogic

Upgrade CodeLogic Server

Ubuntu 22 and later

sudo apt update sudo apt upgrade codelogic

Server Monitoring and Maintenance

Operation

Operating System, Distribution, Version

Commands

CodeLogic Server Status

Ubuntu 22 and later

systemctl status codelogic

Monitor CodeLogic Server

Ubuntu 22 and later

journalctl --follow --unit=codelogic.service

Start CodeLogic Server

Ubuntu 22 and later

sudo systemctl start codelogic

Stop CodeLogic Server

Ubuntu 22 and later

sudo systemctl stop codelogic

Upgrade CodeLogic Server

Ubuntu 22 and later

sudo apt update sudo apt upgrade codelogic

List Installed Version

Ubuntu 22 and later

apt list --installed codelogic

Remove CodeLogic Server



















Ubuntu 20 and later



















sudo apt purge codelogic

### After release 25.3

sudo /etc/apt/sources.list.d/codelogic.sources

# Prior to release 25.3:

sudo add-apt-repository --remove 'deb http://repo.codelogic.com/debian /'

### After release 21.7

apt-key list # Find CodeLogic key in output

sudo apt-key del 'A5AAFB31...' #Put CodeLogic key between single quotes

# Prior to release 21.7:

sudo add-apt-repository --remove 'deb http://repo.crosscode.io/debian /'

apt-key list # Find CodeLogic key in output sudo apt-key del'6721E604...' #Put CodeLogic key between single quotes

Services

Operating System, Distribution, Version

Commands

Linux


See the systemctl command.

systemctl start codelogic-java
systemctl start codelogic-sql

Windows (.NET Agent only)

See the Windows Services Manager.