How to Install Mayan EDMS on Windows 11

Mayan EDMS is a free and open source document management system. It allows you to manage and organize your digital documents with ease. In this tutorial, we will guide you on how to install Mayan EDMS on Windows 11.

Prerequisites

Before you start, please make sure you have the following software installed on your computer:

Step 1: Install Dependencies

  1. Open the Command Prompt by pressing Windows key + X and selecting Windows PowerShell (Admin).

  2. Install Pip, a package installer for Python, by running the following command:

    python -m ensurepip --upgrade
    
  3. Upgrade Pip to the latest version by running:

    python -m pip install --upgrade pip
    
  4. Install virtualenv, a tool that creates isolated Python environments, by running:

    pip install virtualenv
    

Step 2: Download Mayan EDMS

  1. Create a new directory where you want to store the Mayan EDMS software.

  2. Open the Command Prompt and navigate to the newly created directory.

  3. Clone the Mayan EDMS repository by running the following command:

    git clone https://gitlab.com/mayan-edms/mayan-edms.git
    

Step 3: Create a Virtual Environment

  1. Navigate to the Mayan EDMS directory using the Command Prompt.

  2. Create a new virtual environment by running:

    virtualenv venv
    
  3. Activate the virtual environment by running:

    venv\Scripts\activate
    

Step 4: Install Mayan EDMS

  1. Install the necessary Python packages by running:

    pip install --requirement requirements\production.txt
    
  2. Create a new database by running:

    createdb edms
    
  3. Initialize the database by running:

    mayan-edms.py initialsetup
    
  4. Populate the database with initial data by running:

    mayan-edms.py populate
    

Step 5: Start the Mayan EDMS Server

  1. Start the Mayan EDMS server by running:

    mayan-edms.py runserver 0.0.0.0:8000
    
  2. Open your web browser and navigate to http://localhost:8000.

Congratulations! You have successfully installed Mayan EDMS on Windows 11. You can now start managing and organizing your digital documents with ease.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!