Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For RPM based Linux, e.g. CentOS, RedHat

Expand


1.1 install perl module

Code Block
languagebash
themeDJango
yumsudo dnf install -y perl-Module-Install.noarch

1.2 install libaio 

Code Block
themeDJango
yum install -y libaio

1.3 install fonts

Code Block
themeDJango
yum install fontconfig dejavu-sans-fonts dejavu-serif-fonts libxcrypt-compat


For Debian based Linux, e.g. Ubuntu:

Expand

1.1 install libaio 

Code Block
themeDJango
sudo apt-get update
sudo apt-get install libaio1 fontconfig fonts-dejavu


...

Expand

1.1 install libaio 

Code Block
themeDJango
sudo apt-get update
curl -O http://launchpadlibrarian.net/646633572/libaio1_0.3.113-4_amd64.deb
sudo dpkg -i libaio1_0.3.113-4_amd64.deb
sudo apt-get install libaio1 fontconfig fonts-dejavu


...

Replace "dualshield.acme.org" with the actual FQDN of your DualShield server.

Code Block
languagebash
themeDJango
echo "127.0.0.1 dualshield.acme.org" >> /etc/hosts

...

Code Block
languagebash
themeDJango
echo "127.0.0.1 dualshield.acme.org" | sudo tee -a /etc/hosts

...