Skip to content

jmanab/LocalOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalOps

A portable Apache, PHP & MariaDB development environment for Windows with multi-PHP support, virtual hosts, SSL, and phpMyAdmin.


✨ Features

  • Portable installation (no installer required)
  • Apache HTTP Server 2.4
  • Multi PHP version support
  • MariaDB
  • phpMyAdmin
  • Wildcard SSL (*.dev.io)
  • Virtual Host templates
  • Easy PHP version switching
  • Modular configuration
  • Windows native

📦 Requirements

  • Windows 10/11
  • Apache HTTP Server
  • PHP (Thread Safe)
  • MariaDB
  • phpMyAdmin
  • mkcert

🚀 Installation

1. Download

Download:

  • Apache HTTP Server
  • MariaDB
  • PHP (Thread Safe)
  • phpMyAdmin

2. Extract

C:\LocalOps
├── Apache24/
├── database/
├── php/
└── phpMyAdmin/

3. Clone LocalOpsExtender

D:\LocalOpsExtender

4. Include LocalOps

Add to:

Apache24/conf/httpd.conf
Include "D:/LocalOpsExtender/apache24/conf/httpd.localops.ts.conf"

5. Generate SSL

Follow MKCERT.md

6. Validate

& "C:\LocalOps\Apache24\bin\httpd.exe" -t

Expected:

Syntax OK

7. Start Services

  • Apache
  • MariaDB

8. Create Your First Site

Create a Virtual Host inside:

apache24/conf/sites-enabled/

Open:

https://mysite.dev.io

📚 Documentation

  • Installation Guide
  • MKCERT.md
  • httpd.localops.ts.conf.md
  • site.conf.md
  • CLI Handbook

📂 Project Structure

LocalOps/
├── Apache24/
├── database/
├── php/
├── phpMyAdmin/
└── LocalOpsExtender/

🤝 Contributing

Contributions, issues, and feature requests are welcome.


❤️ Support LocalOps

If LocalOps saves you time, consider supporting its development.

Buy Me a Chai

Your support helps fund maintenance, bug fixes, new features, and future releases.


📄 License

Released under the MIT License.

About

Portable Apache, PHP & MariaDB development environment for Windows.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors