Make This in an Hour
makethisinanhour.com
Make This in an Hour
1–10 of 103 posts
Re: Make This in an Hour
#2> 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 that aimed at beginners with more detailed instructions. I could see this as a great resource to link friends who always thought about getting their own little site, even if it's just a page listing their contact details.
Re: Make This in an Hour
#3What'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.
Re: Make This in an Hour
#4Re: Make This in an Hour
#5Re: Make This in an Hour
#6Please note that `python -m SimpleHTTPServer 8000` only works with python2.*.
`python -m http.server 8000`
In case anyone was interested.
Re: Make This in an Hour
#7how do you downvote here?
Re: Make This in an Hour
#8Re: Make This in an Hour
#9Earlier quoted context omitted.
You've got to get your earn the right to downvote by being a productive member of the community. I think it's 500 karma before you can downvote
You can't downvote stories. You can only flag them when they're inappropriate.
Re: Make This in an Hour
#10Great 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.