Installing concerto 3 on VM...

12 views
Skip to first unread message

Jurij Uranich

unread,
Jul 30, 2026, 11:36:19 AM (11 days ago) Jul 30
to Concerto Digital Signage
I was very happy to notice by chance that the Concerto3 version appeared.

Because I myself am still using version 2 (http://808.ablak.arnes.si/frontend/1), which has been installed on a remote VM server with Ubuntu 18 since 2018. I would be very happy to try to set up a similar server with Ubuntu 26 and the Concerto-3 version.

If anyone has ever done something like this, I would like to ask for a little help...

I have a new remote VM server with a public IP address, but somehow I can't seem to get through the installation "alive" with Docker, because after the described procedure I get stopped with:
****************************************************
jure@concerto:~$ docker run --rm ghcr.io/concerto/concerto:latest bin/rails secret
7773b006c544faa2a4102820c10abf9078b522423b2a85d191c88e66e4f8701aca0311858a1dd1ce6dca2019affbed52fd1eaa8797856f0b14398202b0529ddd

docker run -d \
     --name concerto \
     -p 80:80 \
     -e SECRET_KEY_BASE=<7773b006c544faa2a4102820c10abf9078b522423b2a85d191c88e66e4f8701aca0311858a1dd1ce6dca2019affbed52fd1eaa8797856f0b14398202b0529ddd> \
     -e DISABLE_SSL=true \
     -v concerto_storage:/rails/storage \
     --restart unless-stopped \
     ghcr.io/concerto/concerto:latest
 
-bash: 7773b006c544faa2a4102820c10abf9078b522423b2a85d191c88e66e4f8701aca0311858a1dd1ce6dca2019affbed52fd1eaa8797856f0b14398202b0529ddd: No such file or directory
****************************************************

Docker is version:
Docker version 29.6.2, build dfc4efb

Ruby and Rails:
ruby 3.3.8 (2025-04-09 revision b200bad6cd) [x86_64-linux-gnu]
Rails 7.2.3

So what did I not do?

Do I have to manually create a folder on the server first (/rails/storage) and where should this folder be?

Do I also have to prepare a database beforehand (like: MariaDB)?

Thanks for any ideas! 
Jure



Brian Michalski

unread,
Jul 30, 2026, 5:06:21 PM (10 days ago) Jul 30
to concerto-dig...@googlegroups.com
How about something like?


docker run -d \
     --name concerto \
     -p 80:80 \
     -e SECRET_KEY_BASE=7773b006c544faa2a4102820c10abf9078b522423b2a85d191c88e66e4f8701aca0311858a1dd1ce6dca2019affbed52fd1eaa8797856f0b14398202b0529ddd \
     -e DISABLE_SSL=true \
     -v concerto_storage:/rails/storage \
     --restart unless-stopped \
     ghcr.io/concerto/concerto:latest
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/concerto-digital-signage/7da656c4-60d8-4a2f-87b2-dac2cc0a6dafn%40googlegroups.com.

Jure Uranič

unread,
Jul 31, 2026, 11:02:56 AM (10 days ago) Jul 31
to concerto-dig...@googlegroups.com
Hvala... Res sem bil bedak :-) Deluje kot mora!
66
Thanks... I was really stupid :-) It works as it should! Best regards, Jure

V V čet., 30. jul. 2026 ob 23:06 je oseba Brian Michalski <bmich...@gmail.com> napisala:


--
Premisli, če je tole sporočilo vredno izpisa na papir!

Reply all
Reply to author
Forward
0 new messages