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 22 and later









# Remove the CodeLogic Server and retain data in docker volume
sudo apt remove codelogic

# Remove the CodeLogic Server and data
sudo apt purge codelogic

# Remove the CodeLogic apt repository
sudo rm /usr/share/keyrings/codelogic-archive.key
sudo rm /etc/apt/sources.list.d/codelogic.sources
sudo apt update

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.