PartDB: Difference between revisions

From FlowerHouseWiki
Line 16: Line 16:
<p>Install the required packages:</p>
<p>Install the required packages:</p>
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
sudo apt-get install apache2 php php-mysql php-curl libapache2-mod-php php-opcache php-gettext
apt install apache2 php php-mysql php-curl libapache2-mod-php php-opcache php-gettext
</syntaxhighlight>
</syntaxhighlight>



Revision as of 20:49, 28 February 2021

Froeling.jpg

Network


IP: 192.168.88.??
MAC: ??
Domain: parts.flowerhouse.at

System


OS: Debian Buster
RAM: 512MB
Cores: 1
Privileged: No

The PartDB-LXC is reachable under 192.168.88.?? which is located in the ServerVLAN.

The subdomain is parts.flowerhouse.at which is handled by the ReverseProxy.

Basic Setup

Install the required packages:

apt install apache2 php php-mysql php-curl libapache2-mod-php php-opcache php-gettext

Configure Apache

Open the following file:

nano /etc/apache2/sites-available/default

And edit it as shown here:


Restart the apache service:

systemctl restart apache2

Configure PHP

Open the php.ini file:

nano /etc/php5/apache2/php.ini

Sources