Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troubleshoot: Run the building tool with only one user #217

Open
FabioPinheiro opened this issue Jan 31, 2024 · 0 comments
Open

Troubleshoot: Run the building tool with only one user #217

FabioPinheiro opened this issue Jan 31, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@FabioPinheiro
Copy link
Contributor

There's no reason to run the building tool (sbt) with super user permissions.

Running the build with sudo (root user) or any other user will generate the target folder ower by that user.
Then if you run with another user this can lead to unintuitive permission errors. Like #216

Let's add to the troubleshooting section in README with some of those errors.
Also, add a way to fix it. By doing a clean git clone ..., or run sbt clean or even by changing every single file on the folder chown -R USER:GROUP atala-prism-mediator

@FabioPinheiro FabioPinheiro added documentation Improvements or additions to documentation good first issue Good for newcomers labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant