Giter Site home page Giter Site logo

Comments (10)

sonots avatar sonots commented on May 20, 2024

Please put "question" label for this thread since I did not have permissions to do it by myself.

from mina.

amargherio avatar amargherio commented on May 20, 2024

Would anyone happen to have an answer for this? I'm running into a similar issue. It's my first time attempting a Rails deploy, and there seems to be no documentation regarding invoking sudo.

from mina.

killthekitten avatar killthekitten commented on May 20, 2024

It is not a good practice - to execute any stuff on production server as a sudo. If it is needed indeed, can you describe your situation better?

from mina.

amargherio avatar amargherio commented on May 20, 2024

I ended up fixing it by reconfiguring the deploy user on my webserver to act as a sudoer. I have my nginx configuration set to point to /srv/www which is owned by root and requires sudo permissions to do anything in the directory. In hindsight, it was easier for me to add the user to do a sudo adduser deploy sudo and sidestep the permissions issue. Thank you for the reply though. Any thoughts on the matter are always helpful for future cases.

from mina.

killthekitten avatar killthekitten commented on May 20, 2024

Any chance to reconfigure your setup? Or maybe I'm wrong on the sudo topic?

from mina.

amargherio avatar amargherio commented on May 20, 2024

I think I'm going to have to reconfigure in the long run and do proper ownership of the web server by a specific user and allow the deploy user to own all of the applications. I wasn't sure of the ramifications of having the /srv/www directory owned by the deploy user though. It's something I need to do some more research on.

from mina.

killthekitten avatar killthekitten commented on May 20, 2024

My usual pattern is %application_name% user, who owns all the stuff in /home/%application_name% and feels good about it.

from mina.

amargherio avatar amargherio commented on May 20, 2024

Ah. This is my first application deploy, so it's a trial by fire for me to figure out the best practices for things like that. Thank you for pointing me in the right direction and helping troubleshoot the above problems.

from mina.

killthekitten avatar killthekitten commented on May 20, 2024

I can give you a hint: if you're using sudo more than once in your deploy process, you are probably doing something wrong.

from mina.

mikong avatar mikong commented on May 20, 2024

@rstacruz, what do you think about the use_sudo option? I'm leaning towards not supporting this in the interest of encouraging best practice. I admit there might be cases when some best practices are not possible in a specific setup, but I don't think that should be supported by mina.

from mina.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.