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?
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.
univention-install univention-mariadb
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