How do I configure my own stack if I need to? For instance, I would like to use Ruby 2.0 and Rails 4.0 instead of Ruby 1.9 and Rails 3.2?
Show HN: Kite - Create and share Django and Rails applications in seconds
21–28 of 28 posts
Re: Show HN: Kite - Create and share Django and Rails applications in seconds
#22Re: Show HN: Kite - Create and share Django and Rails applications in seconds
#23Re: Show HN: Kite - Create and share Django and Rails applications in seconds
#24A solution like this is the perfect environment for someone who is trying to learn to program.
Re: Show HN: Kite - Create and share Django and Rails applications in seconds
#25Re: Show HN: Kite - Create and share Django and Rails applications in seconds
#26Some friendly advice: From the homepage, it seems that the focus is on apps in development. This is well and good, but I think your marketing should also mention that you're great for hosting apps in production too. And if you're not great at that, yet, you should try to improve -- for the good and simple reason that, at the end of the day, it's products, not prototypes, that generate revenue for your developer-customers and allow them to pay you.
Re: Show HN: Kite - Create and share Django and Rails applications in seconds
#27I did notice fan noise increasing steadily in the background. Hopefully those issues will be sorted out before release or are caused by the screen casting software. At the very least, its presence indicates an honest demonstration.
Re: Show HN: Kite - Create and share Django and Rails applications in seconds
#28Looks slick, but how is this different from just running "django-admin.py startproject mysite"? When developing something serious, you typically want to match the stack you will be deploying on. So far, the two easiest (not necessarily wisest) options have been Google App Engine and Heroku, with latter being my choice of late due it running on AWS and "closeness" to S3 and DynamoDB.
Sorry for the delay in answering and thanks for the comment. This is a good question. Our video is indeed starting a django project for you - we take a step further and let you do that in a click without having to set up a virtualenv, and it's all hosted. This is the basics, but the idea is to move your development onto a hosted server that is the same or much closer to your prod environment. Ideally, this hosted env…
I definitely see the benefit for those not utilizing such practice already.