Skip to content

How to install extensions via command line? #874

Discussion options

You must be logged in to vote

Do you only have shell access to the website? If the recommended installation methods don't work, try downloading the extension with wget, curl or any other command line tool that can handle file downloads for you. Change into your system/extensions directory and download the appropriate zip file there.

cd system/extensions/ && wget -O yellow-maintenance-main.zip https://github.com/GiovanniSalmeri/yellow-maintenance/archive/main.zip

You should run the above command as the webserver's user to avoid potential permission issues. Finally open your website in a browser as usual, yellow then will take care of the actual installation.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pftnhr
Comment options

Answer selected by pftnhr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants