1

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?

asked Jul 2, 2019 at 9:07

1 Answer 1

0

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.

Raj Mohan R
2,0861 gold badge10 silver badges14 bronze badges
answered Jul 2, 2019 at 9:17
4
  • I can connect by SSH but not able to run commands Commented 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. Commented Jul 2, 2019 at 12:32
  • How to find the relative path? Commented Jul 3, 2019 at 7:31
  • For example path like: /opt/lampp/bin/php bin/magento Commented Jul 3, 2019 at 8:20

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.