PartDB: Difference between revisions

From FlowerHouseWiki
(Created page with "{{ContainerInfo |image = Froeling.jpg |Domain = [https://parts.flowerhouse.at parts.flowerhouse.at] |IP = 192.168.88.?? |MAC = ?? |Privileged = No |OS = Debian Buster |RAM = 5...")
 
Line 14: Line 14:
__TOC__
__TOC__
== Basic Setup ==
== Basic Setup ==
<p>Change locales to <syntaxhighlight lang="Bash" inline>de_DE.UTF-8</syntaxhighlight>:</p>
<p>Install the required packages:</p>
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
dpkg-reconfigure locales
sudo apt-get install apache2 php php-mysql php-curl libapache2-mod-php php-opcache php-gettext
</syntaxhighlight>
</syntaxhighlight>



Revision as of 21:44, 26 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:

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

Web Interface Setup

Sources