Table of Contents

Themed RADIUSdesk on Ubuntu 20.04

Creating A Custom Theme - Part 1

# Check out the latest version of RADIUSdesk
# We will check it out in the home directory of the **system** user.
cd ~
git clone https://github.com/RADIUSdesk/rdcore.git
cd ~
mkdir extjs-gpl
cd extjs-gpl/
git clone https://github.com/tremez/extjs-gpl.git
ln -s /home/system/extjs-gpl/extjs-gpl /home/system/rdcore/rd/ex
cd /home/system/rdcore/rd/packages/local/rd-theme/sass/var
vi Component.scss
$base-color: #000000 !default;
$panel-header-color: #ff3300 !default;
$tab-color-active: #ff3300 !default;
cd /home/system/rdcore/rd/packages/local/rd-theme
sencha package build

Creating A Custom Theme - Part 2

Development built

cd /home/system/rdcore/rd
sencha app refresh
sencha app build development

Production built

cd /home/system/rdcore/rd
sencha app refresh
sencha app build production

Looking At The Results

sudo ln -s /home/system/rdcore/rd /var/www/html/rd_tmp