This article explains how you can install node package on user-level without having root access. This method was tested on CentOS 7 and Amazon Linux 2. However, this method should work on any Linux version. Please comment below if you are facing any issues. Create a user for your node application. In our case and ...
Hello folks… Today I was trying to install a package on an old CentOS 6 server and got the below error. Loaded plugins: fastestmirror, presto, security Setting up Install Process Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlist with no valid mirrors: ...
Today, we were trying to run the Django application on a subpath say /backend/ . We were able to run it but some URL redirection from the application was still pointing it to the / URL instead of /backend/ Let me share the configuration a high level, please comment if you need any clarification. My ...