Replies: 1 comment
|
install.sh got removed from the repo, so there's nothing for install.sh was MediaCMS's old single-server installer and got removed on 2026-05-11 (commit 55ab7ff, which also wiped deploy/local_install/), so any guide still showing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I would like to install MediaCMS on a VPS. I followed these instructions:
mkdir /home/mediacms.io && cd /home/mediacms.io/ && git clone https://github.com/mediacms-io/mediacms && cd /home/mediacms.io/mediacms/ && bash ./install.sh
I then receive the following error message:
bash: ./install.sh: No such file or directory
I tried using both Debian 13 and Debian 12, but I keep getting the error stating that the file
install.shdoes not exist.Could someone please help me and explain what I am doing wrong?
Thanks
Regards
Hoschy
All reactions