Building a Web Application that makes $500 a Month – Part I
1–10 of 119 posts
Re: Building a Web Application that makes $500 a Month – Part I
#2None of my web apps make serious money, but they bring in enough to make a difference to life, and I'm hoping that my articles will help others get on the same path - if not somewhat more successfully! ;)
Please feel free to ask me any questions. I'm aiming to have the next part written and live by early next week.
Re: Building a Web Application that makes $500 a Month – Part I
#3Re: Building a Web Application that makes $500 a Month – Part I
#4I'm not sure why you are using prgmr over Linode, Slicehost, or the Rackspace Cloud servers. The others have really simple backup tools.
For example, there's no point in me paying for a nice control panel when I can set up Apache or nginx in no time on my own. I'm not a super sysadmin, but I know enough to quickly write a script that backs up code and database to Dropbox at regular intervals and so on. So paying for those extras? Not sure I see the point when you're not even covering hosting costs :)
Re: Building a Web Application that makes $500 a Month – Part I
#5I'm not sure why you are using prgmr over Linode, Slicehost, or the Rackspace Cloud servers. The others have really simple backup tools.
Because prgmr is cheap and I wanted to keep costs under control from day one. :) For example, there's no point in me paying for a nice control panel when I can set up Apache or nginx in no time on my own. I'm not a super sysadmin, but I know enough to quickly write a script that backs up code and database to Dropbox at regular intervals and so on. So paying for those extras? Not sure I see the point when you're not e…
Re: Building a Web Application that makes $500 a Month – Part I
#6Re: Building a Web Application that makes $500 a Month – Part I
#7I'm not sure why you are using prgmr over Linode, Slicehost, or the Rackspace Cloud servers. The others have really simple backup tools.
Re: Building a Web Application that makes $500 a Month – Part I
#8Earlier quoted context omitted.
Because prgmr is cheap and I wanted to keep costs under control from day one. :) For example, there's no point in me paying for a nice control panel when I can set up Apache or nginx in no time on my own. I'm not a super sysadmin, but I know enough to quickly write a script that backs up code and database to Dropbox at regular intervals and so on. So paying for those extras? Not sure I see the point when you're not e…
Friendly reminder: test restoring from that, regularly. After your hard drive crashes is a bad time to learn that, e.g., zipping up a folder of MySQL files is not exactly backup best practice.
Re: Building a Web Application that makes $500 a Month – Part I
#9Re: Building a Web Application that makes $500 a Month – Part I
#10Earlier quoted context omitted.
Because prgmr is cheap and I wanted to keep costs under control from day one. :) For example, there's no point in me paying for a nice control panel when I can set up Apache or nginx in no time on my own. I'm not a super sysadmin, but I know enough to quickly write a script that backs up code and database to Dropbox at regular intervals and so on. So paying for those extras? Not sure I see the point when you're not e…
Friendly reminder: test restoring from that, regularly. After your hard drive crashes is a bad time to learn that, e.g., zipping up a folder of MySQL files is not exactly backup best practice.