MODx is a flexible CMS and web development framework that provides full control over code and site structure. Instead of rigid themes, it uses custom templates, snippets, and chunks. In this article, we’ll explain how to install MODx on a THE.Hosting virtual server using just one script—without needing to use the terminal.
SilverStripe is an open-source CMS (Content Management System) and PHP framework designed for developing web applications and websites. It provides powerful tools for developers and an intuitive interface for content managers.
Ghost is a modern content management platform designed for publishing articles, blogs, and media content. It was created as a lightweight and fast alternative to WordPress, with a focus on minimalist design, speed, and convenience for authors.
Jellyfin is an open-source media server. Unlike many similar applications, Jellyfin is completely free and does not lock any features behind a subscription.
Django is one of the most popular frameworks for building web applications in Python. It simplifies working with databases, handling HTTP requests, and managing users. However, for production use, Django requires proper configuration and integration with other tools. In this guide, we will cover the full process of deploying Django on an Ubuntu 24.04 server using PostgreSQL for data storage, Gunicorn for request handling, and Nginx as the web server.