Description
Hi Mark,
I try to install Capistrano and WP-Stack to use them for my WP Multisite deployment process.
There are some things I'm not sure to understand.
1- Why do we need to create a new user "deploy"?
2- In the doc. (Setup > 5. ) you wrote ...
Switch to the deploy user (su deploy) and check out WP Stack somewhere on your server: git clone [email protected]:markjaquith/WP-Stack.git ~/deploy
To be able to clone your repo. from Github on my PC, you have to accept my public key no? So I can't run your command above.
To clone your repo, I must enter this command instead
git clone git://github.com/markjaquith/WP-Stack.git
3- In the doc. (Setup > 7. ) you wrote ...
Make sure your :deploy_to path exists and is owned by the deploy user: chown -R deploy:deploy /path/to/your/deployment
Does it mean I must create the "deploy" user to my remote server before to run the command chown -R deploy:deploy /path/to/your/deployment ?
I am wrong? There is something I didn't understand?