Make This in an Hour
11–20 of 103 posts
Re: Make This in an Hour
#12I 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
#13This is not "making a website". This is hosting a basic hmtl page online, where you don't write the html yourself.
Re: Make This in an Hour
#14This is not "making a website". This is hosting a basic hmtl page online, where you don't write the html yourself.
It is a website.
Re: Make This in an Hour
#15or he'll still no see anything :P
Re: Make This in an Hour
#16git push origin gh-pages or he'll still no see anything :P
Re: Make This in an Hour
#17Re: Make This in an Hour
#18Great 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.
Screenshot: http://i.imgur.com/uq6zOSv.jpg
Re: Make This in an Hour
#19Please note that `python -m SimpleHTTPServer 8000` only works with python2.*.
Re: Make This in an Hour
#20Please note that `python -m SimpleHTTPServer 8000` only works with python2.*.
Why not simply use file:///home/username/websitename/index.html ?