I have a Python trading bot which I want to run in cloud with the help of Heroku. The Python code works just fine, but when I try to push the files after add and commit, I am getting error which says heroku cannot detect the buildpack and heroku pre-receive hook declined I tried to fix it, but nothing seems
Tag: cloud
AWS EC2 – what’s the catch with “bill by hour” for server programs?
I can’t understand a very simple thing about amazon EC2 instances: suppose I have a simple C++ web server program listening to a port at all times (and serving small burst requests when they come).. how would on demand pricing work? In theory the application will be running 24/7 since the OS needs to be up and so does the
How to Install Composer globally on Cloudlinux
I can’t seem to install Composer globally on Cloudlinux. I have managed to install packages like git etc but these are actual packages unlike composer. I made Git globally available using the cagefsctl e.g.: But this doesn’t seem to work for Composer (which makes sense). How do I do this for non packages like Composer? Answer In order to install