Please note that `python -m SimpleHTTPServer 8000` only works with python2.*.
Python 3 equivalent is: `python -m http.server 8000` In case anyone was interested.
Make This in an Hour
21–30 of 103 posts
Re: Make This in an Hour
#22Would anyone be interested in a fork of the page that includes a quick primer about where to type the given commands?
Re: Make This in an Hour
#23Re: Make This in an Hour
#24I really like that idea and I understand that this is aimed specifically at the friend mentioned on the site so it takes their technical ability into account but I think for most people who are struggling with basic tasks like these instructions like > Create a directory to hold your website and cd into it. would already confuse them. Now that you already got that nice domain I think I'd be great to have a guide like…
I stopped after writing one article because I didn't get much interest, but then I didn't put much work into publicising it either. If people found it useful I'd certainly like to keep adding to it until it explains how to go from never having programmed to building a website which can take payments.
You can find it at http://makethispage.com/chapter-1.html
Re: Make This in an Hour
#25This is not "making a website". This is hosting a basic hmtl page online, where you don't write the html yourself.
Pretty sure the title is make THIS website, not make A website.
Re: Make This in an Hour
#26Also, noticed you're working on CareersMob? Let me know if you want an intro to the folks CareerMob (https://twitter.com/careermob)
Re: Make This in an Hour
#27You need to learn a bit about git, but that's about it. The DNS parts are mostly about knowing what you need to do (add an A-record and/or a CNAME) and then it really depends on your DNS service provider or registrar. Some registrars manage to make a mess of it. I use a registrar that has an extremely bare bones interface that is exquisitely clear.
Having tried to help various friends who use all-in-one hosting solutions, I would have to say that it is far, far easier to spend a couple of hours learning just enough DNS and Git + Github to get this done than use those systems.
Because if you use the method outlined in the above mentioned website, you will have tons of documentation and community support to lean on.
Most all-in-one-solutions end up being between you and a useless service provider who will lose money on you if they provide you with any support.
Re: Make This in an Hour
#28I really like that idea and I understand that this is aimed specifically at the friend mentioned on the site so it takes their technical ability into account but I think for most people who are struggling with basic tasks like these instructions like > Create a directory to hold your website and cd into it. would already confuse them. Now that you already got that nice domain I think I'd be great to have a guide like…
Re: Make This in an Hour
#29Re: Make This in an Hour
#30Great article! What's the database backed dynamic website equivalent of this? For node? For python? For ruby? Building out your own deployment on AWS or linode is obnoxious. Heroku gets expensive fast.