Question
How to make folder accessible to the SSH user
Hi!
I setup my rails app with mina, like on tutorials on digital ocean help, and read anothers in other sites. I create a deployer user and create manually the "/shared/config/database.yml", but when I run "mina setup --simulate", I got the error
echo "! ERROR: Setup failed."
echo "! Ensure that the path '/var/www/lideranca' is accessible to the SSH user."
echo "! Try doing:"
echo "! sudo mkdir -p \"/var/www/lideranca\" && sudo chown -R deployer \"/var/www/lideranca\""
I tried almost everything, and I cant undertand why this folder is still not accessible to deployer user.
Could anyone give me soe help here?
thanks!
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×