LAMP

LAMP

Sürüm latest Yayıncı GitLiman Developer Tools

Apache + MySQL + PHP — all in one box, many sites.

Genel Bakış

The classic LAMP box: Ubuntu 24.04 + Apache 2.4 + PHP 8.3 + MySQL 8, phpMyAdmin included. Host several PHP sites in one box, like shared hosting. Sites live under /var/www/html on the persistent disk; the embedded MySQL data is on the persistent disk too (it survives a redeploy and is backed up together with Cloud Backup). For higher traffic, create a Managed Database from the console and write its connection details into the site config (.env / wp-config.php) — with an API token an AI can write them for you.

İçindeki Yazılımlar

Ubuntu 24.04
Apache 2.4
MySQL 8.0
PHP 7.4–8.4
Panel dahili
phpMyAdmin dahili

Kurulumdan Sonra

  1. 1

    Put your sites under `/var/www/html` — it is on the persistent disk, and you can host several sites or directories.

  2. 2

    Manage the embedded MySQL with phpMyAdmin; the data is on the persistent disk and is backed up together with Cloud Backup.

  3. 3

    From application code, connect with host `localhost`, user `root` and an empty password (the local embedded MySQL).

  4. 4

    Connect your domain; SSL is automatic. Restrict IP access to the admin panels for security.

Benzer uygulamalar

LAMP Deploy Et →

Tek tıkla kurulur — veritabanı, şifreler ve bağlantılar otomatik.

Detaylar

Önerilen plan
Atölye
Min. CPU
1 vCPU
Min. RAM
1 GB
Port
80
Kalıcı disk
/var/www/html
Dokümantasyon

Aradığını bulamadın mı?

Kendi repo’nu ya da Docker imajını bağlayıp deploy edebilirsin.

Kendi uygulamanı deploy et →