I followed this process,[ https://www.youtube.com/watch?v=1Mr5sWkPXSk&list=PLGgCMB0gYnLEDWXefZ139C9KtI4dFU6Ln&index=10&ab_channel=EncounterLibrary ] to setup my server, everything is up and running. But when using the application through the server, the application keeps telling me i do not have server administrative permissions to make the changes. Im not entirely sure if its server related. It’s my first time with such a project. thank you
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hi there,
The issue is mostlikely that the files are owned by the root user.
What you would need to do is to use a chown command, that will change the owner of the files from the root to your-username.
The command that you would need to run is:
sudo chown -R your_user:your_user /home/your_user/foundrydata
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
