Help on Centos7 -> Docker Xibo1.8.3

Dear Xibo Staff,

I have a problem with the installation of Xibo183. I’m using the ufficial guide in this page ( https://www.xibo.org.uk/manual/en/install_docker_linux.html ). I did everything but I can’t see the cms.


CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7e7af1a2df5d xibosignage/xibo-cms:release_1.8.3 “/entrypoint.sh” 7 minutes ago Up 7 minutes 0.0.0.0:65501->80/tcp xibodocker_cms-web_1
d7134b887237 xibosignage/xibo-xmr:release_1.8.3 “/entrypoint.sh” 7 minutes ago Up 7 minutes 50001/tcp, 0.0.0.0:65500->9505/tcp xibodocker_cms-xmr_1
06c456c1ebc0 mysql:5.6 “docker-entrypoint.s…” 7 minutes ago Up 7 minutes 3306/tcp xibodocker_cms-db_1


the cms is in a remote private server at this IP 94.76.229.43
So I can’t try the localhost, I suppose.

I’m using the custom ports file
docker-compose -f cms_custom-ports.yml up -d


version: “2.1”

services:
cms-db:
image: mysql:5.6
volumes:
- "./shared/db:/var/lib/mysql"
restart: always
environment:
- MYSQL_DATABASE=cms
- MYSQL_USER=cms
- MYSQL_RANDOM_ROOT_PASSWORD=yes
mem_limit: 1g
env_file: config.env
cms-xmr:
image: xibosignage/xibo-xmr:release_1.8.3
ports:
- "65500:9505"
restart: always
mem_limit: 256m
env_file: config.env
cms-web:
image: xibosignage/xibo-cms:release_1.8.3
volumes:
- “./shared/cms/custom:/var/www/cms/custom”
- “./shared/backup:/var/www/backup”
- “./shared/cms/web/theme/custom:/var/www/cms/web/theme/custom”
- “./shared/cms/library:/var/www/cms/library”
- "./shared/cms/web/userscripts:/var/www/cms/web/userscripts"
restart: always
links:
- cms-db:mysql
- cms-xmr:50001
environment:
- XMR_HOST=cms-xmr
env_file: config.env
ports:
- "65501:80"
mem_limit: 1g


The CMS should be at http://94.76.229.43:65501/

Thanks in advance for any suggestion…

Strange, after posting I clicked the link and the CMS seems loading at that page.
First time, A white page with a CSS rule is showing after log-in.
Then, I retry now and the CMS seems running…

Ok, the cms is reachable, but do you think this installation is ok? I’m afraid of mistakes or other…

PS: sorry for my english

thanks in advance
Francesco

I’d imagine the install is fine. It loaded first time here for me.

I’d upload a file to the CMS in the media library, and check that the file is correctly stored in shared/cms/library.

Dear Alex,

thank you very much for your precious support.
Everything runs smoothly, the new version is great on performance. (a lot of useful functions added!)
I tried what you suggested and I found my video in that folder.

[root@LIMONEDS cms]# cd library/
[root@LIMONEDS library]# ls -l
total 22140
-rw-rw-r-- 1 33 33 116580 Jan 10 00:00 10.ttf
-rw-rw-r-- 1 33 33 45884 Jan 10 00:00 11.ttf
-rw-rw-r-- 1 33 33 19684 Jan 10 00:00 12.otf
-rw-rw-r-- 1 33 33 1624 Jan 9 15:12 1.xlf
-rw-r–r-- 1 33 33 758190 Jan 9 20:01 20.jpg
-rw-r–r-- 1 33 33 3202 Jan 9 21:08 2.xlf
-rw-r–r-- 1 33 33 10228197 Jan 10 07:18 41.wmv <— [uploaded video ]

My last enigma is the XMR Public Address.
I used this tcp://94.76.229.43:9505 but doesn’t seem working, when I click “Collect Now”.

In your custom-ports file, you’ve mapped XMR from 9505 (the default) to port 65500.

So your XMR public address would be tcp://94.76.229.43:65500

Thanks so much. I missed it.
Now It’s set.

I’m optiziming my windows players… today I noticed a crashed player (bsod) with this message “dpc_watchdog_violation”. I hope was a rare case :smiley: The past Year, with xibo 1.7 never happened.

I’m using this hardware for players: stck1a32wfc Intel Compute Stick, with 2GB ram and a quadcore atom processor.