skip to Main Content

Hiredis asynchronous

I am developing a simple application that uses the asynchronous aspects of hiredis, the official C client of Redis. As the first step, I tried to compile the example programs available in the github repo. I am compiling using gcc…

VIEW QUESTION

Laravel permissions on nginx

I am deploying a project to Ubuntu on Digital Ocean, using these instructions. I am running into permissions issues whereby if I give these permissions sudo chown -R www-data.www-data /var/www/project/storage sudo chown -R www-data.www-data /var/www/project/bootstrap/cache I get access to my…

VIEW QUESTION
Back To Top
Search