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