My colleague installed Magento in xampp on his system and I can browse the site frontend and backend on my system using his system IP.
Is it possible to develop and run commands in my system though he installed the Magento on his system?
Could anyone please guide me?
1 Answer 1
If you can able to browse frontend by system IP(host) you can definitely connect by SSH.
Go to the terminal and try below commands
ssh username@host
When it prompts for password add the password and you can able to connect.
- 
 I can connect by SSH but not able to run commandsSiva– Siva2019年07月02日 12:27:15 +00:00Commented Jul 2, 2019 at 12:27
- 
 php bin/magento not works than you will need to find relative path where php exist and include full path for php.Kinjal Patel– Kinjal Patel2019年07月02日 12:32:06 +00:00Commented Jul 2, 2019 at 12:32
- 
 How to find the relative path?Siva– Siva2019年07月03日 07:31:43 +00:00Commented Jul 3, 2019 at 7:31
- 
 For example path like: /opt/lampp/bin/php bin/magentoKinjal Patel– Kinjal Patel2019年07月03日 08:20:40 +00:00Commented Jul 3, 2019 at 8:20