Does the Xibo docker image contain all the software necessary?

Hi
I decided that the best way to upgrade my Xibo installation was to get another server and build a new host from scratch.
So, I’ve taken a fresh Centos 7 minimal install, added docker and docker compose.
Then edited the config.env… and it doesn’t work.

Now, I’m totally new to docker. Does the xibo-docker contain a web server etc or do I need to download and configure those in advance?

The image contains everything you need.

When you say it doesn’t work, in what way?

Do you get an error somewhere?

If there’s no errors, but you get no CMS, then perhaps there’s a firewall installed by default on CentOS? If so, you’ll need to allow port 80/tcp and 9505/tcp as a minimum inbound.

Hi Alex

I guess my real question is:
I have a brand new centos 7 server with minimal install.
Do I need to install any software with YUM other than docker and docker composer?

For a non-HTTPS installation no. Just docker and docker-compose is required.

Alex, this is slightly off topic, but if I don’t want to enable email straight away, how easy is it to add email in, later?

thanks
andy

Easy. Edit config.env, then down/up the containers.