Is it possible to run commands for the Magento in xampp from another device?Deploying a Magento Store from a live server to XAMPP/WAMPwhat is the optimal system configuration for running Magento 2 EE on a laptop with xampv3.2.2Magento 2.2.2 :Error with read-only folder while setup:upgrade and with a module while :di.compileMissing commands for Magento command lineRun multiple Magento 2 versions in windows xamppWarning: Use of undefined constant MCRYPT_RIJNDAEL_256 - assumed 'MCRYPT_RIJNDAEL_256'In magento 2.3 I have changed the themeErrors on Declarative Schema on custom module on 2.3Magento 2.2.8 is not working in XamppCannot upload images on Magento 2.3.0 in Xampp
What's the point of having a RAID 1 configuration over incremental backups to a secondary drive?
For a hashing function like MD5, how similar can two plaintext strings be and still generate the same hash?
Is there a strong legal guarantee that the U.S. can give to another country that it won't attack them?
Does Multiverse exist in MCU?
Can the Mage Hand cantrip be used to trip an enemy who is running away?
How to know if blackberries are safe to eat?
Linking a filetype to a syntax file of a different name
Can you cast a blanket Invisibility and let the targets see each other?
The tensor product of two monoidal categories
How do you move up one folder in Finder?
Should disabled buttons give feedback when clicked?
Why doesn't sea level show seasonality?
How were Martello towers supposed to work?
Does Lufthansa weigh your carry on luggage?
Was I subtly told to resign?
How can a dictatorship government be beneficial to a dictator in a post-scarcity society?
When I press the space bar it deletes the letters after it
How can I get a player to accept that they should stop trying to pull stunts without thinking them through first?
Indesign - how to change the style of the page numbers?
Would dual wielding daggers be a viable choice for a covert bodyguard?
Do I have a right to cancel a purchase of foreign currency in the UK?
What is the measurable difference between dry basil and fresh?
Are there any balance issues in allowing two half-feats to be taken without the Ability Score Increase instead of a feat?
Which star / galaxy is moving away from us the fastest?
Is it possible to run commands for the Magento in xampp from another device?
Deploying a Magento Store from a live server to XAMPP/WAMPwhat is the optimal system configuration for running Magento 2 EE on a laptop with xampv3.2.2Magento 2.2.2 :Error with read-only folder while setup:upgrade and with a module while :di.compileMissing commands for Magento command lineRun multiple Magento 2 versions in windows xamppWarning: Use of undefined constant MCRYPT_RIJNDAEL_256 - assumed 'MCRYPT_RIJNDAEL_256'In magento 2.3 I have changed the themeErrors on Declarative Schema on custom module on 2.3Magento 2.2.8 is not working in XamppCannot upload images on Magento 2.3.0 in Xampp
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
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?
magento2.3 command-line xampp
add a comment |
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?
magento2.3 command-line xampp
add a comment |
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?
magento2.3 command-line xampp
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?
magento2.3 command-line xampp
magento2.3 command-line xampp
asked Jul 2 at 9:07
SivaSiva
4752 silver badges15 bronze badges
4752 silver badges15 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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 commands
– Siva
Jul 2 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
Jul 2 at 12:32
How to find the relative path?
– Siva
Jul 3 at 7:31
For example path like: /opt/lampp/bin/php bin/magento
– Kinjal Patel
Jul 3 at 8:20
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f280409%2fis-it-possible-to-run-commands-for-the-magento-in-xampp-from-another-device%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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 commands
– Siva
Jul 2 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
Jul 2 at 12:32
How to find the relative path?
– Siva
Jul 3 at 7:31
For example path like: /opt/lampp/bin/php bin/magento
– Kinjal Patel
Jul 3 at 8:20
add a comment |
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 commands
– Siva
Jul 2 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
Jul 2 at 12:32
How to find the relative path?
– Siva
Jul 3 at 7:31
For example path like: /opt/lampp/bin/php bin/magento
– Kinjal Patel
Jul 3 at 8:20
add a comment |
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.
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.
edited Jul 2 at 10:02
Raj Mohan R
1,4713 silver badges12 bronze badges
1,4713 silver badges12 bronze badges
answered Jul 2 at 9:17
Kinjal PatelKinjal Patel
393 bronze badges
393 bronze badges
I can connect by SSH but not able to run commands
– Siva
Jul 2 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
Jul 2 at 12:32
How to find the relative path?
– Siva
Jul 3 at 7:31
For example path like: /opt/lampp/bin/php bin/magento
– Kinjal Patel
Jul 3 at 8:20
add a comment |
I can connect by SSH but not able to run commands
– Siva
Jul 2 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
Jul 2 at 12:32
How to find the relative path?
– Siva
Jul 3 at 7:31
For example path like: /opt/lampp/bin/php bin/magento
– Kinjal Patel
Jul 3 at 8:20
I can connect by SSH but not able to run commands
– Siva
Jul 2 at 12:27
I can connect by SSH but not able to run commands
– Siva
Jul 2 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
Jul 2 at 12:32
php bin/magento not works than you will need to find relative path where php exist and include full path for php.
– Kinjal Patel
Jul 2 at 12:32
How to find the relative path?
– Siva
Jul 3 at 7:31
How to find the relative path?
– Siva
Jul 3 at 7:31
For example path like: /opt/lampp/bin/php bin/magento
– Kinjal Patel
Jul 3 at 8:20
For example path like: /opt/lampp/bin/php bin/magento
– Kinjal Patel
Jul 3 at 8:20
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f280409%2fis-it-possible-to-run-commands-for-the-magento-in-xampp-from-another-device%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown