Hello LibreTime Community!
I’ve tried installing LibreTime two different ways.
The first way I installed via Libretime-deploy repo which is docker-compose via several images and an installation of the various services required. Icecast, postgresql, libretime and RabbitMQ. I’ve been hacking on this a while and have it in a half backed state. Somethings are accessible and somethings aren’t. The PHP ORM tool did not auto deploy the schema and when I started poking around the libretime docker container I found a way to generate the sql needed but it didn’t all install correctly. There were some constraint errors etc.
I then decided I’d create one Docker file and do a down load of the main repo from git into an ubuntu 18.04 image. To get the Libretime repo I did this: git clone https://github.com/LibreTime/libretime.git. I then had docker run the recommended install command RUN ./install -fiap
After running this command I got the following: ERROR: Unable to detect init system using package or path of PID=1 process!
I’m assuming I’m getting this because I’m wanting to run the installation in a docker container.
Does anyone have just a little bit of installation guidance to help me get a bit further. I think this seems to be a great product and a great effort. I’m excited to help contribute to it and continue evolving it.
One of the other big things I’m trying to figure out is the generation of the schema and some of the default data necessary to drive the initial installation. I still have to verify if the Libretime deploy repo is pulling from master or a specific branch.
Any assistance would be greatly appreciated.