gbengasupowale807 Posted March 5, 2018 Share Posted March 5, 2018 I don't know if anybody can put me through how to install composer on live server as I find little or no success at all on the net about how to do it Link to comment Share on other sites More sharing options...
Larry Posted March 6, 2018 Share Posted March 6, 2018 You'll need to connect to the server via SSH, preferably as someone with admin permission. Then you install Composer as you would on your own computer. Link to comment Share on other sites More sharing options...
gbengasupowale807 Posted March 8, 2018 Author Share Posted March 8, 2018 You'll need to connect to the server via SSH, preferably as someone with admin permission. Then you install Composer as you would on your own computer. Am happy you are the one who replied me sir. What is SSH and how connect to the server via SSH? Link to comment Share on other sites More sharing options...
Larry Posted March 9, 2018 Share Posted March 9, 2018 SSH is a method for connecting to another computer (via a terminal application). I'm worried that if you're not already comfortable with the terminal and SSH, installing Composer might be too challenging. What is it you're really needing to do? Link to comment Share on other sites More sharing options...
gbengasupowale807 Posted March 9, 2018 Author Share Posted March 9, 2018 SSH is a method for connecting to another computer (via a terminal application). I'm worried that if you're not already comfortable with the terminal and SSH, installing Composer might be too challenging. What is it you're really needing to do? I want to use it to install PhpSpreadsheet on the server sir Link to comment Share on other sites More sharing options...
Larry Posted March 9, 2018 Share Posted March 9, 2018 Ah, okay. I would start by talking to the server administrator (the company or whomever that provides the server to you). Maybe they can install PhpSpreadsheet for you. Or, if not, you should confirm that Composer is already installed or see if they can install it for you. I would also confirm that you can SSH into the server and, if so, that you can also install Composer or install things with Composer. My concern is if you're not already SSH-ing into the server, then you may not have actual permissions to do so, let alone to install things on the server. Your server admin should have SSH instructions available but if not, a simple Google search turns up resources like: https://www.digitalocean.com/community/tutorials/how-to-use-ssh-to-connect-to-a-remote-server-in-ubuntu Link to comment Share on other sites More sharing options...
Recommended Posts