Talk:Shellbox
Latest comment: 1 year ago by Alex Mashin in topic Docker
shellbox.php in public_html
editWhen 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.
Docker
editWhere could I see the Dockerfile for docker-registry.wikimedia.org/wikimedia/mediawiki-libs-shellbox
?
Alexander Mashin talk 07:08, 8 October 2023 (UTC)
- Hello Alexander! You can obtain the
Dockerfile
(actually,Dockerfile.dev
) by runningmake Dockerfile.dev
in the clonedShellbox
directory.
Alexander Mashin talk 15:30, 11 October 2023 (UTC)- Thank you so much, Alexander!
Alexander Mashin talk 15:30, 11 October 2023 (UTC)
- Thank you so much, Alexander!