Okay, so here it goes. I’ve decided I’m going to put up a website. While I’ve got quite a bit of work done for my original project idea, there’s still quite a bit left to do. There’s also a lot left to learn, much of which can be done in tandem with the core work I’m doing on the project.
So, here’s the plan for now: I’ve got a decent handle on Django, but I’m still missing knowledge of some pretty key issues that I’m going to need to figure out. And I mean basic stuff.
Today’s problem: How do I actually put something on the Internet so that people other than me can view it in their browser (and without compromising my home network)? If you’re reading this, we can all safely assume I’ve succeeded.
The Setup: So, I’ve gone ahead and purchased hosting from Namecheap. I bought my domain names from them and they seem nice enough, so what the hell. There are probably better choices, but in this case I’m just putting up a simple personal site, and if Namecheap can’t handle that then I’d be shocked. I bought the domain name for the site (where you’re reading this) as well, and the total was something like $20 for the year. Not too shabby.
The first step was to just upload a simple html file that would resolve when navigating to my freshly purchased domain: www.richard-smart.com. Looking at the documentation from Namecheap, they recommend using an FTP server, though they provide several other options. I’ve used FTP before, so I figured I’d just go with that, and installed Filezilla. I had to set up an FTP account using cPanel (this seems to be the hosting tool provided by Namecheap, but I’m not really sure, and haven’t bothered to look into it yet).
Some things that jumped out at me during the process of setting up an FTP account: Namecheap automatically creates default FTP accounts that you can’t delete (but that I could have used). I found this mildly irritating because 1. They didn’t mention that in the linked guide and 2. they provide you a username and password which it doesn’t look like I change. I hope I’m wrong about it, because I don’t love being emailed account credentials and then being unable to change those credentials. As I type it, it occurs to me that I must be able to change them. It’s madness otherwise.
Anyway, the process of setting the account up is simple enough, though a touch vague. Anything I want to appear publicly has to go into the ‘public_html’ folder, but it’s a little unclear when I create the FTP account if I have to give access to that folder specifically or something above it. I have a lot of questions, like: Do I even need to do this? (I don’t think so), what directory should I give the account access to? (I mirrored the admin account) and can I change the account’s access if I get it wrong? (I think so). But I’ve got a mission to accomplish, and refuse to be sidetracked. Beyond the bevy of questions, setting things up is easy enough and Filezilla is quite easy to use. Flush with victory I upload my newly created ‘index.html’ with a loving message to my girlfriend and go back to my browser to refresh the page.
I hit F5, and waited with bated breath. Moments later, up comes…Namecheap’s default landing page. I had assumed ‘index.html’ would be the default, and quickly verify that should be true. A few minutes of reading, and I find myself on a page explaining how to change some configuration files, which looks easy enough, but lucky for me, some helpful commenter pointed out that this is usually because of browser caching, and deleting my browser history will fix the problem.
I give it a shot, and presto chango! My professed undying love is displayed for all the world to see. Naturally I email the link to my girlfriend (I paid good money for that site, you’re damn right I’m going to get some brownie points out of it!), and kick back in my chair.
I’m happy that I managed to get it all working. I’ve taken the first step, and an important one! But already my mind has turned to the next task: How do I get it to run a process…