Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@julkali You know, I've heard a lot about that and I'm starting to think about using it now.
I'd want to deploy it within a linux server, so I'll brush up on some docs.
I use Digital Ocean and I think they have a service for that.... -
The app crashed on boot. Not anything to do with how many web workers you may or may not have.
-
julkali20826y@starrynights89 It's so great cuz it makes you completely independant from any cloud provider. You can literally use any vps.
Next up for me is kubernetes for ultimate agility. That on the other hand takes a lot of configuration and once you've settled on a provider for that you probably wanna stay there. I'm currently using DO too but I might wanna switch to a different cloud provider so I haven't started with setting up k8s yet. -
@julkali I just started working on setting up their Docker image with Ubuntu 18.04. I'll be using this host my web application along with CentOS being my other host for the database.
I'm with you on hating depending on one service or company for solutions. That's why Heroku was giving me a bad taste in my mouth. Also why I want to get the hell out of my Windows Server job.
Related Rants
Attempting to deploy my web application using Heroku. It throws me error code H14 so I add scale web=1 to the web dyno per their documentation. I get this console log thrown at me after attempting to deploy.
I'm starting to get pissed. I may end up just dumping this and deploying my node.js/java application straight to my Linux server.
Edit: Or better yet start learning to use this Docker thing I keep hearing about.
rant
trying to deploy application and failing
node.js
java