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> | <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 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 21:44, 26 February 2021
IP: | 192.168.88.?? |
---|---|
MAC: | ?? |
Domain: | parts.flowerhouse.at |
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