Skip to content

IVONU-Official/PortLocal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

PortLocal v1.0.0 — Initial Public Release

Welcome to the first public release of PortLocal — a fully portable local server environment designed to get you up and running instantly.

No installation. No system changes. Just download, extract and start developing.


✨ Highlights

  • 📦 Zero Installation — extract & run

  • Instant Setup — ready in seconds

  • 🌐 Full Web Stack Included:

    • Apache
    • PHP
    • MariaDB
    • phpMyAdmin
  • 🔄 Dynamic Port Detection — no hardcoded ports

  • 🖥️ Simple Dashboard — start/stop services easily

  • 💼 Portable — run from any folder or USB


💻 Platform Support

  • Windows (ZIP)
  • Ubuntu / Fedora (AppImage inside ZIP)

📥 Getting Started

1. Download & Extract

Download the ZIP and extract it anywhere.

2. Run PortLocal

Windows

PortLocal.exe

Linux (Ubuntu/Fedora)

chmod +x PortLocal.AppImage
./PortLocal.AppImage

3. Start Services

Open the dashboard and click Start.


🌐 Access Your Projects

Place your files in the www/ directory:

http://localhost:PORT

Port updates automatically based on your configuration.


🗄️ Database Access

Open phpMyAdmin from the dashboard:

  • Username: root
  • Password: (empty)

⚙️ Configuration

Edit config files if needed:

/config/httpd.conf
/config/my.cnf

Restart services after changes.


🧠 Why PortLocal?

PortLocal removes the complexity of setting up local environments like XAMPP.

No installs. No conflicts. No wasted time.

Just a clean, portable development environment that works anywhere.


📖 Documentation

👉 https://portlocal.ivonu.com/docs


⚠️ Notes

  • First stable release (v1.0.0)
  • Minor updates and fixes will follow
  • Change default DB password for better security

🤝 Feedback

Have suggestions or found a bug?

👉 https://portlocal.ivonu.com/report

About

Portable local server environment with Apache, PHP, MariaDB & phpMyAdmin — no installation required.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors