Earlier quoted context omitted.
wordpress as default does not handle lots of traffic without crashing. You need to use cache plugins to make it work well with lots of visitors. Not a "solid" solution out of the box.
If your blog crashes from too many hits, congratulations. Few people write that well. Their audiences tend to forgive them. Most blogs die from loneliness- even more never launch because it's so much easier not to write.
You Should Start a Blog
21–30 of 30 posts
Re: You Should Start a Blog
#22I'd love to. What platform should I use? Requirements: * No Wordpress, Joomla or Drupal * Easy to configure and deploy * Internal comments subsystem preferable I was looking at rigging up Dokuwiki. It obviously has the ability to publish data/articles, it has plugins to give a discussions page, user/ACL support and it's pretty simple to deploy. Drawback is it's not designed by default with the "reverse chrono" orderi…
Focus on writing, not on platform. Sign up for a blogger (or whatever) account and just start writing. Once you've published a dozen posts or so and gotten into the habit or writing, then you can go back and consider what you want/need in a blogging platform going forwards. Focusing on setting up the perfect blogging platform before you've written anything is just procrastination.
Now that I am much more heavily invested I am finding myself writing more and more.
Re: You Should Start a Blog
#23I'd love to. What platform should I use? Requirements: * No Wordpress, Joomla or Drupal * Easy to configure and deploy * Internal comments subsystem preferable I was looking at rigging up Dokuwiki. It obviously has the ability to publish data/articles, it has plugins to give a discussions page, user/ACL support and it's pretty simple to deploy. Drawback is it's not designed by default with the "reverse chrono" orderi…
Re: You Should Start a Blog
#24Earlier quoted context omitted.
If your blog crashes from too many hits, congratulations. Few people write that well. Their audiences tend to forgive them. Most blogs die from loneliness- even more never launch because it's so much easier not to write.
I've seen default wordpress installations on simple vhosts crash at 50 daily visitors, basically every time two people visited at the same time. You do need caching, and you need to set it up manually, and that's probably Wordpress.com's sales pitch nowadays.
Re: You Should Start a Blog
#25Earlier quoted context omitted.
Why not use WordPress? It's simple to install, configure, and deploy. Works on any web host. Internal comments. Auto-updates to keep you running on the latest version if you want.
wordpress as default does not handle lots of traffic without crashing. You need to use cache plugins to make it work well with lots of visitors. Not a "solid" solution out of the box.
Now it lives in a Digital Ocean's $20 VPS, fine tuned to serve WordPress and with W3 Total Cache plugin. Blitz.io tests say it could handle 80 million pages served a day. I know that's not really true, but it handles 60.000-80.000 real visits (more than 100k pages) every month without problems.
Re: You Should Start a Blog
#26I'd love to. What platform should I use? Requirements: * No Wordpress, Joomla or Drupal * Easy to configure and deploy * Internal comments subsystem preferable I was looking at rigging up Dokuwiki. It obviously has the ability to publish data/articles, it has plugins to give a discussions page, user/ACL support and it's pretty simple to deploy. Drawback is it's not designed by default with the "reverse chrono" orderi…
Re: You Should Start a Blog
#27I'd love to. What platform should I use? Requirements: * No Wordpress, Joomla or Drupal * Easy to configure and deploy * Internal comments subsystem preferable I was looking at rigging up Dokuwiki. It obviously has the ability to publish data/articles, it has plugins to give a discussions page, user/ACL support and it's pretty simple to deploy. Drawback is it's not designed by default with the "reverse chrono" orderi…
I'd love to write. Which pen should I use? Short answer: it does not matter. Writing matters.
Perhaps it's not terribly important, and I'm to the point where I'll capitulate, but I want something I can self-host, and I want something easy to run. You don't own what you don't host.
Re: You Should Start a Blog
#28Earlier quoted context omitted.
wordpress as default does not handle lots of traffic without crashing. You need to use cache plugins to make it work well with lots of visitors. Not a "solid" solution out of the box.
If your blog crashes from too many hits, congratulations. Few people write that well. Their audiences tend to forgive them. Most blogs die from loneliness- even more never launch because it's so much easier not to write.
It went up to 133 simultaneous visitors and then... poof!
After that I installed a Cache plugin, and since then I've had a couple of articles hitting HN again and going over 200 simultaneous visits with the CPU remaining at low levels. So yeah, Wordpress can scale, with the right plugins :)
Re: You Should Start a Blog
#29Earlier quoted context omitted.
I've seen default wordpress installations on simple vhosts crash at 50 daily visitors, basically every time two people visited at the same time. You do need caching, and you need to set it up manually, and that's probably Wordpress.com's sales pitch nowadays.
If your blog is getting 50 daily visitors, congratulations.
Re: You Should Start a Blog
#30Earlier quoted context omitted.
What errors are you running into? Jekyll is actually a great choice. Deployment to S3/Cloudfront can net you a highly performant blog at a very low cost. Comments can be brought in using a service like Disqus.
Or just deploy it to GitHub.