New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects

2 September 2025

  • 14:3114:31, 2 September 2025 CompleteNoobs Docker Image 0.2 Install Basics (hist | edit) [3,866 bytes] AwesomO (talk | contribs) (Created page with " * Requires docker installed on system == Download image== * Download the completenoobs container image. <code>docker pull completenoobs/cnoobs-wiki:0.2</code> == Create directory for file sharing == * If you do not create this file - docker will create one for you when you run the <code>docker run</code> command. ** If docker run creates the file, you will not have permissions to send data to that directory. ** Change permission's if that happens <code>sudo chmod 777...")
  • 12:2712:27, 2 September 2025 CompleteNoobs Docker Image Install (hist | edit) [89 bytes] AwesomO (talk | contribs) (Created page with "placeholder")
  • 12:2412:24, 2 September 2025 CompleteNoobs Docker Image 2 (hist | edit) [13,597 bytes] AwesomO (talk | contribs) (Created page with " ==todo== * Use Dir for import export of xml. * Min scripts - just setup mediawiki with extensions. = Complete Noobs Docker Wiki Tutorial v0.2 = * Version 0.2 - Simplified with manual import/export * Docker install guide == Overview == This tutorial creates a MediaWiki Docker container with: * MediaWiki 1.44 * PageNotice extension (for license notices) * YouTube extension (for video embedding) * Shared directory for XML import/export == Prere...")
  • 10:2110:21, 2 September 2025 Restore the completenoobs Main Page (hist | edit) [683 bytes] AwesomO (talk | contribs) (Created page with "<div class="toccolours mw-collapsible mw-collapsed"> Restore the completenoobs Main Page: <div class="mw-collapsible-content"> By default, the <code>completenoobs</code> MediaWiki instance overwrites the Main Page with content like "<strong>MediaWiki has been installed.</strong>" To revert to the page’s state before this change, undo the initial revision:<br><br> 1. Go to <code>http://localhost:8080</code> in your browser.<br> 2. On the Main Page, click <b>View Histo...")

1 September 2025

  • 17:4117:41, 1 September 2025 Docker Image Sharing - Export Import (hist | edit) [15,839 bytes] AwesomO (talk | contribs) (Created page with "= Upload Your Docker Image to Docker Hub on Ubuntu 24.04 - Complete Beginner's Guide = This tutorial will walk you through uploading your first Docker image to Docker Hub, making it available for anyone to download and run. We'll use the CompleteNoobs Wiki image as our example. == What is Docker Hub? == Docker Hub is like GitHub but for Docker images. It's a cloud-based registry where you can: * Store your Docker images publicly (free) or privately (paid) * Share conta...")
  • 17:3617:36, 1 September 2025 CompleteNoobs Docker Image Creation (hist | edit) [39,736 bytes] AwesomO (talk | contribs) (Created page with "= Complete Noobs Docker Wiki Tutorial = ==errors== * This mainly works - just need to fix the extensions popular pages and contrubtion scores * The XML updater requires more work - currently idea placeholder == Prerequisites == * Ubuntu 24.04 * Docker installed and running * Your user in docker group: <code>sudo usermod -aG docker $USER</code> (then logout/login) == Step 1: Clean Start == Remove any previous attempts: <syntaxhighlight lang="bash"> # Stop and remove e...")

29 August 2025

  • 12:2512:25, 29 August 2025 Docker Mediawiki Local Install (hist | edit) [10,504 bytes] AwesomO (talk | contribs) (Created page with "= Setting Up a Plain MediaWiki Instance with Docker on Ubuntu 24.04 = This guide provides a simple, step-by-step process to set up a basic MediaWiki instance locally using Docker and Docker Compose on Ubuntu 24.04. It is designed for beginners and assumes you have Docker and Docker Compose installed (see Docker_Install_Guide for setup details). The setup includes MediaWiki with a MariaDB database, running in Docker containers. == Prerequisites == * Ubuntu 24.04...")

10 August 2025

  • 20:1220:12, 10 August 2025 Ubuntu2404 Install Docker and Docker Compose (hist | edit) [13,644 bytes] AwesomO (talk | contribs) (Created page with "=== Preparation === Before we begin, make sure you're logged in with a user account that has sudo privileges. === Update System Packages === Update your package list to ensure you have the latest versions of packages: <source lang="bash"> sudo apt update && sudo apt upgrade -y </source> === Install Docker Prerequisites === Install the necessary packages for Docker setup: <source lang="bash"> sudo apt install -y apt-transport-https ca-certificates curl software-pro...")
  • 20:1120:11, 10 August 2025 Docker Install Guide (hist | edit) [119 bytes] AwesomO (talk | contribs) (Created page with "Docker install guides Ubuntu2404_Install_Docker_and_Docker_Compose| Ubuntu 24.04 Install Docker and Docker Compose")