view the rest of the comments
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I find Drupal just as easy to set up as wordpress. Most shared web hosts have a script to do everything for you, including installing updates. In fact, I find Drupal's administration more logical and easier to manage. (I may be biased, since I spent 10 years developing Drupal sites.)
The other advantage is that, unlike WordPress, Drupal themes and plugins (the Drupal term is "modules") are almost all open source and free. I find that WordPress has lots of plugins that give you the basic version for free, but then want to upsell you to a paid version.
@gramie@lemmy.ca
@pirat@lemmy.ml @stopforgettingit@lemmy.dbzer0.com
I think the new Drupal CMS install profile + Recipes via the Project Browser makes Drupal MUCH easier to maintain than WP for anyone already familar with Composer or other package managers like npm, gem, homebrew, etc
The idea that most WP sites (that aren't hosted by WP.com) are still maintained by downloading the plugin files from WP.org and then uploading the files to the site blows my mind.
It's even better than that. In WordPress, you can select a plug-in from within your WordPress administration, and install it directly. You receive update notifications by email, and can upgrade within the administration panel as well. You don't have to download and then upload anything.
In both Drupal and WordPress, you can upgrade the site and plugins/modules from CPanel.
Totally forgot about Drupal and Joomla for CMSs. Its been along time for me since I have worked on a Drupal site, but I do remember it being pretty easy to pick up.