Install "own" LAMP stack / docker container

maybe silly question - but would you advise to install own web applications based on lamp stack / docker on the UCS server or should you better do this on a non UCS server?

is there maybe something like an empty lamp “app” available?

Hi,

I would recommend using a non UCS server. But before I would check why you want an “own LAMP stack” as UCS provides everything you need.

  • Linux (UCS is based on Debian)
  • Apache (UCS uses Apache as webserver which can be configured to server additional vHosts)
  • Mysql/ MariaDB is available through univention-install univention-mariadb
  • PHP is available as version 7.0 (with UCS 4.4)

So why do you want to install your own stack when everything you need is available?

/CV

Hi Christian,

thanx for the reply. That was more or less the advise I was looking for - so using UCS and adding DB and PHP using univention-install will do the trick…

Is there a similar approach adding our own docker container?

best,

Mathias

Hi,

well as we already provide docker itself you can use whatever command you like to deploy apps inside a docker container.

/CV