Talk:Shellbox

Add topic
From mediawiki.org
Latest comment: 6 months ago by Alex Mashin in topic Docker

shellbox.php in public_html[edit]

When I set up shellbox following the steps given, after running "composer install --no-dev", the "shellbox.php" file was found within the "public_html" directory, not in /srv/shellbox.


So if you are having trouble like I was, try changing


"Alias /shellbox /srv/shellbox/shellbox.php"

to

"Alias /shellbox /srv/shellbox/public_html/shellbox.php"

Someone who knows more than I do may want to edit the page to reflect this.

174.166.22.197 01:51, 30 July 2023 (UTC)Reply

Docker[edit]

Where could I see the Dockerfile for docker-registry.wikimedia.org/wikimedia/mediawiki-libs-shellbox?
Alexander Mashin talk 07:08, 8 October 2023 (UTC)Reply

Hello Alexander! You can obtain the Dockerfile (actually, Dockerfile.dev) by running make Dockerfile.dev in the cloned Shellbox directory.
Alexander Mashin talk 15:30, 11 October 2023 (UTC)Reply
Thank you so much, Alexander!
Alexander Mashin talk 15:30, 11 October 2023 (UTC)Reply