Skip to content

CRC-Studio/wampmono

Repository files navigation

WampMono: A Light Manager for WampServer

A minimalist dashboard for WampServer. Fast, elegant, and multilingual.

WampMono is a lightweight manager designed to enhance your WampServer experience. It simplifies localhost development with an intuitive interface and seamless virtual host management. WampServer is an iconic Windows dev tool. It’s simple, lightweight and still powering localhost projects.

👉 Live Demo

Wampmono

📚 Table of Contents

  1. Introduction
  2. Features
  3. Installation
  4. Usage
  5. Multilingual Support
  6. Contributing
  7. About ToolToys™ and crc.studio

Features

WampMono provides several useful features to enhance your local development environment:

  • Simplified Vhost Management
  • Instant Vhost Search
  • Quick Login Links
  • Git-aware
  • Dark / Light Theme
  • Custom Tools Panel
  • Update Checker
  • Multilingual Support

👉 Read More

Installation

  1. Create a Virtual Host: Add the following configuration to your WampServer's virtual hosts file (usually located at wamp/bin/apache/apache2.x.x/conf/extra/httpd-vhosts.conf):

    <VirtualHost *:80>
        ServerName wampmono.lcl
        DocumentRoot "C:/wamp64/www/wampmono.lcl"
        <Directory "C:/wamp64/www/wampmono.lcl/">
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Require all granted
        </Directory>
    </VirtualHost>
  2. Modify the index.php File: Update the index.php file in your WampServer root directory (typically C:/wamp64/www/) with the following lines at the top:

    // Redirects to WampMono, a light Manager for WampServer
    // by crc.studio: A design & development studio
    if (!isset($_GET['wampmono']) || $_GET['wampmono'] !== 'no') {
        header("Location: http://wampmono.lcl/");
        exit;
    }
  3. Restart Apache: Restart your WampServer's Apache service to apply the changes.

Usage

  • Access the WampMono Manager by visiting http://wampmono.lcl/ in your browser.
  • To view the standard WampServer homepage, add ?wampmono=no to the URL, like http://localhost/?wampmono=no.

Multilingual Support

WampMono is available in:

Want to help translate WampMono into another language?
It’s easy: contact us and we’ll guide you through the process.

Contributing

We welcome feedback, ideas, and language contributions.
If you’d like to improve WampMono or add a new translation, feel free to reach out.

About ToolToys™ and crc.studio

WampMono is one of crc.studio’s ToolToys™, small web apps designed to make design and development faster, easier, and more joyful.

crc.studio is a design & development studio founded in 2019 by Yoko Homareda and Rémi B. Loizeau. Based in France, we collaborate with artists and designers worldwide to design timeless visual identities, websites, posters, books, packaging, and merchandise. Our work explores the intersections of print and digital, tradition and innovation, guided by a strong sense of composition, materiality, and code.

About

WampMono is a lightweight manager designed to enhance your WampServer experience. Created by CRC Studio, a design and development studio, WampMono simplifies local development by offering an easy-to-use interface and seamless management of virtual hosts.

Topics

Resources

Stars

Watchers

Forks

Contributors