Node.js Application Hosting Service running on Digital Ocean
21–30 of 35 posts
Re: Node.js Application Hosting Service running on Digital Ocean
#22Interesting how much Python they use. Perhaps they'll add Python hosting as well?
Re: Node.js Application Hosting Service running on Digital Ocean
#23> PaaS Service
Re: Node.js Application Hosting Service running on Digital Ocean
#24I have some questions and, please, don't get me wrong, I'm not being sarcastic. I am really interested in your services. I got a cheap server on DO I use to deploy some apps just for testing purpose and, sometimes, I think I waste too many time configuring, breaking stuff and fine-tunning my servers (I do like it but it's not very productive). The languages I play with are Python (Django and Flask), PHP (Symfony2 and…
I'm amazed something that works like stackful.io or heroku for your own servers has not been written yet. Like you, many tinkerers have a cheap server to use as a lab. It would be great if one could install on it some piece of software that provided heroku-like zero-friction deploy for new apps. Just do "app create", push a git repo and, bam, the app is deployed, with sensible defaults. The defaults are not supposed…
Here's a simple example with rails, you can do the same with node or django apps: http://www.jorgecastro.org/2012/11/16/deploying-your-rails-a...
Re: Node.js Application Hosting Service running on Digital Ocean
#25I have some questions and, please, don't get me wrong, I'm not being sarcastic. I am really interested in your services. I got a cheap server on DO I use to deploy some apps just for testing purpose and, sometimes, I think I waste too many time configuring, breaking stuff and fine-tunning my servers (I do like it but it's not very productive). The languages I play with are Python (Django and Flask), PHP (Symfony2 and…
I'm amazed something that works like stackful.io or heroku for your own servers has not been written yet. Like you, many tinkerers have a cheap server to use as a lab. It would be great if one could install on it some piece of software that provided heroku-like zero-friction deploy for new apps. Just do "app create", push a git repo and, bam, the app is deployed, with sensible defaults. The defaults are not supposed…
Re: Node.js Application Hosting Service running on Digital Ocean
#26With regards to Digital Ocean. My server there which I installed about a month ago (Amsterdam location), with 2GB of RAM is not responding for several hours now. Including not possible to reboot. Support says they're aware of the issue. But it's been several hours like this now. Never had with with Linode in my 3 years with them. Guess I'll be moving this server back.
Re: Node.js Application Hosting Service running on Digital Ocean
#27Re: Node.js Application Hosting Service running on Digital Ocean
#28Re: Node.js Application Hosting Service running on Digital Ocean
#29I have some questions and, please, don't get me wrong, I'm not being sarcastic. I am really interested in your services. I got a cheap server on DO I use to deploy some apps just for testing purpose and, sometimes, I think I waste too many time configuring, breaking stuff and fine-tunning my servers (I do like it but it's not very productive). The languages I play with are Python (Django and Flask), PHP (Symfony2 and…
I'm amazed something that works like stackful.io or heroku for your own servers has not been written yet. Like you, many tinkerers have a cheap server to use as a lab. It would be great if one could install on it some piece of software that provided heroku-like zero-friction deploy for new apps. Just do "app create", push a git repo and, bam, the app is deployed, with sensible defaults. The defaults are not supposed…
It's more of a framework for managing deployments locally. -- It seems really cool but I haven't had a chance to play with it yet.
[0]: http://docs.docker.io/en/latest/examples/python_web_app/
Re: Node.js Application Hosting Service running on Digital Ocean
#30I have some questions and, please, don't get me wrong, I'm not being sarcastic. I am really interested in your services. I got a cheap server on DO I use to deploy some apps just for testing purpose and, sometimes, I think I waste too many time configuring, breaking stuff and fine-tunning my servers (I do like it but it's not very productive). The languages I play with are Python (Django and Flask), PHP (Symfony2 and…
I'm amazed something that works like stackful.io or heroku for your own servers has not been written yet. Like you, many tinkerers have a cheap server to use as a lab. It would be great if one could install on it some piece of software that provided heroku-like zero-friction deploy for new apps. Just do "app create", push a git repo and, bam, the app is deployed, with sensible defaults. The defaults are not supposed…