I’ve already got the domain, but I haven’t set up the server yet. I’ve done a bit of research and want to use nginx and Drupal. I have zero experience with hosting and only a little with Linux. I’m struggling to find a clear guide to setting this up with nginx and Drupal. Most guides I find seem outdated, especially for PHP or Ubuntu versions.
My end goal is to have a blog or forum where users can post and edit articles across the site. Any pointers or resources to help me get through this would be amazing.
Evan said: @Pace
Not familiar with [WL]AMP. What’s that?
Forget shared hosting, get a Digital Ocean droplet for $5 a month and learn by doing. Shared hosting is overpriced and limited. Digital Ocean even has pre-configured images for stuff like WordPress.
@Olive
I use Oracle’s Free Tier hosting. It’s not bad at all. 4 cores, 24GB RAM, 200GB SSD, and I’ve got Linux 20.04 running with Hestia Control Panel. Works like a charm.
Carly said: @Olive
I use Oracle’s Free Tier hosting. It’s not bad at all. 4 cores, 24GB RAM, 200GB SSD, and I’ve got Linux 20.04 running with Hestia Control Panel. Works like a charm.
Just be careful with Oracle Free Tier. I’ve heard stories of accounts being closed without warning.
@London
I haven’t had any issues. There are Always Free services, and I’ve never heard of someone getting shut down unless their server activity was problematic. I had my server shut down once, but I fixed it easily and haven’t had trouble since.
Ubuntu, nginx, and Drupal are fine choices, but why are you specifically choosing these? If you want a forum, you might want to look at other options like XenForo.
Molly said:
Ubuntu, nginx, and Drupal are fine choices, but why are you specifically choosing these? If you want a forum, you might want to look at other options like XenForo.
I picked Ubuntu because it has the most documentation, nginx because I read it’s good for high-traffic static sites, and Drupal was one of the first open-source CMSs I found. I’m open to suggestions, though, and I’ll check out XenForo.
Ubuntu is great for this. It’s basically Debian with extra tools. Follow Ubuntu’s guide for setting up WordPress and swap Apache for nginx. You’ll be fine. Maybe even try the Caddy web server—some people prefer it.