A few weeks ago, I just happened on a really cheap hosting company called
NearlyFreeSpeech and nearly free is right. To host the average WordPress blog, it will cost you about 2 cents a day. Beat that GoDaddy. There is no billing. You fill your account up and you get that amount of hosting. $10 may last you longer than a year. I threw $5 in my account just to play around. It should last me until the end of summer and I have 8 domains there I am setting up. As they get traffic, I will move them away to VPS hosting for more power, but for now it works and it is very low cost.
NearlyFreeSpeech has some idiosyncrasies like you can’t set up cron jobs. But you do get SSH access to your accounts and that is about all you get. No Fantastico. No One Click Installs.
I had been doing a lot of SSH work lately installing Magento sites, so I figured I could find out a way to speed up the process for WordPress. I made a video which I will break down here first because it does not have the first three steps:
- Get a NearlyFreeSpeech account
- Add a site
- Add a database
- Get putty – This a simple tool to help you access your server via SSH
- Follow the video
- Use the code below in SSH to install WordPress. This is not the original version in the video. It does more. You no longer have to go back to the FTP to set permissions. The script does it all. So once this is pasted in the SSH window, open your new site in your browser to go through WordPress’s browser install and you are done.
wget http://wordpress.org/latest.zip
unzip latest.zip
cp -rf ./wordpress/* ./
rm -r wordpress
rm latest.zip
touch .htaccess
chmod 777 .htaccess
cd ..
chgrp -R web public
chmod 775 public
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;
I think that I am going to consider them on my next project.
Wow, this is awesome, especially for someone with with a new site and very little traffic. I was researching hosting companies just yesterday. Seems like the cheapest are around $3.50 per month. But $10 per year sounds even better!
@Chris Hosting is very, very confusing. I have been doing this for over ten years and only recently realized that there were hosts that only cost this much. I am working on a series for those who need a bit more power to. I found a few powerful VPS servers that run $7 a month and am currently tweaking one from the ground up to run WordPress. A little more advanced, but for someone vaguely familiar with Linux it should make some sense.
porno izle Thank you for this beautiful service from your blog every day and I always read in and help me get the important things I am. microsoft and google search does not return in technology anymore now that new doors were opened the most important factor of course quality webmasters. as well as useful internet useless on the internet is not internet be useful from the useless key value can not be understood given the opportunity to thank you for writing.
I’ll check them out. How do you feel about co.cc?
Hey,thanks ! Now it costs me alot !
I think that I am going to consider them on my next project.