- Download getcomposer.org/composer.phar to your account's home directory —
/home/username. - Edit
.bashrcfile in same directory by addingalias composer='/usr/local/php56/bin/php-cli ~/composer.phar'line. Updatephp56part to current relevant version, if necessary. - Restart SSH session or run
source ~/.bashrcto reload config. - Use
composercommand!
Last active
March 13, 2023 10:21
-
-
Save Rarst/1c07f904e24e9ab5ae62 to your computer and use it in GitHub Desktop.
Author
This works! Thank you so much. Merry Christmas 2019!
Still working with current php version:
alias composer='/usr/local/php73/bin/php-cli ~/composer.phar
Thanks!
I'm very new to this, so please help me
- your account's home directory — /home/username. => where exactly would i put it? I cant found : /home/username
Author
@TrongCodemenschen username will be your user name that SiteGround created for you on the server. Ask support if you can't otherwise figure it out.
I am not sure this is relevant anymore since from quick google there are mentions Composer is pre-installed now (not confident if that's including shared servers).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On your own computer you would use it in command line (via whatever your operating system provides for it or third party application).
On a remote server you would typically connect with SSH to it (via different tools, standalone, built into editors, etc).