How to setup htdocs permissions for development VM? The 2019 Stack Overflow Developer Survey Results Are In
Can a flute soloist sit?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Can we generate random numbers using irrational numbers like π and e?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
How to type this arrow in math mode?
What information about me do stores get via my credit card?
How to support a colleague who finds meetings extremely tiring?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
How to type a long/em dash `—`
Why did Peik say, "I'm not an animal"?
A word that means fill it to the required quantity
Why can't devices on different VLANs, but on the same subnet, communicate?
How did passengers keep warm on sail ships?
Why is this code so slow?
Output the Arecibo Message
Is there a way to generate a uniformly distributed point on a sphere from a fixed amount of random real numbers?
Why can I use a list index as an indexing variable in a for loop?
How come people say “Would of”?
How do I free up internal storage if I don't have any apps downloaded?
Can an undergraduate be advised by a professor who is very far away?
Cooking pasta in a water boiler
What is the most efficient way to store a numeric range?
How can I define good in a religion that claims no moral authority?
How to setup htdocs permissions for development VM?
The 2019 Stack Overflow Developer Survey Results Are In
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I downloaded Bitnami's Magento VM (OVA, using it in vmware on windows). It is a Debian 9 (Debian GNU/Linux 9.8 (stretch)
) with Apache/2.4.39 (Unix)
, PHP 7.1.27
. By default, it is configured to serve Magento from /opt/bitnami/apps/magento/htdocs
The user I can use to connect with SSH is the bitnami user, which does not have permission to modify files in magento's directory. All the services are configured to run with another user, like daemon or mysql.
What am I supposed to do to be able to open magento's directory through SFTP with an IDE on my host system and be able to deploy files too?
My understanding was I can connect with SSH, leave the terminal open, so I can run commands using bin/magento
or use git in the directory and have PhpStorm on my host system edit and deploy files, while I can use the bitnami vm's ip to open the website in my browser.
Edit.: I jsut realized, there is a magento installation in ~/apps/magento/htdocs
too, why?
permissions development
add a comment |
I downloaded Bitnami's Magento VM (OVA, using it in vmware on windows). It is a Debian 9 (Debian GNU/Linux 9.8 (stretch)
) with Apache/2.4.39 (Unix)
, PHP 7.1.27
. By default, it is configured to serve Magento from /opt/bitnami/apps/magento/htdocs
The user I can use to connect with SSH is the bitnami user, which does not have permission to modify files in magento's directory. All the services are configured to run with another user, like daemon or mysql.
What am I supposed to do to be able to open magento's directory through SFTP with an IDE on my host system and be able to deploy files too?
My understanding was I can connect with SSH, leave the terminal open, so I can run commands using bin/magento
or use git in the directory and have PhpStorm on my host system edit and deploy files, while I can use the bitnami vm's ip to open the website in my browser.
Edit.: I jsut realized, there is a magento installation in ~/apps/magento/htdocs
too, why?
permissions development
add a comment |
I downloaded Bitnami's Magento VM (OVA, using it in vmware on windows). It is a Debian 9 (Debian GNU/Linux 9.8 (stretch)
) with Apache/2.4.39 (Unix)
, PHP 7.1.27
. By default, it is configured to serve Magento from /opt/bitnami/apps/magento/htdocs
The user I can use to connect with SSH is the bitnami user, which does not have permission to modify files in magento's directory. All the services are configured to run with another user, like daemon or mysql.
What am I supposed to do to be able to open magento's directory through SFTP with an IDE on my host system and be able to deploy files too?
My understanding was I can connect with SSH, leave the terminal open, so I can run commands using bin/magento
or use git in the directory and have PhpStorm on my host system edit and deploy files, while I can use the bitnami vm's ip to open the website in my browser.
Edit.: I jsut realized, there is a magento installation in ~/apps/magento/htdocs
too, why?
permissions development
I downloaded Bitnami's Magento VM (OVA, using it in vmware on windows). It is a Debian 9 (Debian GNU/Linux 9.8 (stretch)
) with Apache/2.4.39 (Unix)
, PHP 7.1.27
. By default, it is configured to serve Magento from /opt/bitnami/apps/magento/htdocs
The user I can use to connect with SSH is the bitnami user, which does not have permission to modify files in magento's directory. All the services are configured to run with another user, like daemon or mysql.
What am I supposed to do to be able to open magento's directory through SFTP with an IDE on my host system and be able to deploy files too?
My understanding was I can connect with SSH, leave the terminal open, so I can run commands using bin/magento
or use git in the directory and have PhpStorm on my host system edit and deploy files, while I can use the bitnami vm's ip to open the website in my browser.
Edit.: I jsut realized, there is a magento installation in ~/apps/magento/htdocs
too, why?
permissions development
permissions development
asked 3 mins ago
appl3rappl3r
1012
1012
add a comment |
add a comment |
0
active
oldest
votes
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%2f269828%2fhow-to-setup-htdocs-permissions-for-development-vm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f269828%2fhow-to-setup-htdocs-permissions-for-development-vm%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