Click to rate this post!
[Total: 2 Average: 5]
Problem: How to install Composer on your CentOS Linux server?
Before installation: You need SSH access and have already installed PHP on your server.
- Login to your server SSH, select a directory to download Composer (You can use just /home/your_user_name).
- run this command to download the latest Composer version:
- (Optional – Integrity) You can use this command to download and compare
SHA-384
Hash of the composer installer and check the integrity of the downloaded composer installer: if the response was ‘Installer verified‘, you can continue to install because the file is original and safe. - Finally, you can run composer-installer.php to install the latest composer version on your Linux server:
Click to rate this post!
[Total: 2 Average: 5]
1 Comment