meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
phplist4:installation [2026/05/18 16:25] – created tatevikphplist4:installation [2026/08/21 06:39] (current) tatevik
Line 1: Line 1:
-**phpList4 Installation Guide with Docker Compose**+**phpList4 local installation guide with Docker Compose**
  
   - Add Local Host Entry <code>echo "127.0.0.1 app" | sudo tee -a /etc/hosts</code>   - Add Local Host Entry <code>echo "127.0.0.1 app" | sudo tee -a /etc/hosts</code>
Line 9: Line 9:
   - Run Database Migrations <code>php bin/console doctrine:migrations:migrate</code>   - Run Database Migrations <code>php bin/console doctrine:migrations:migrate</code>
   - Create Default Admin <code>php bin/console phplist:defaults:import</code>   - Create Default Admin <code>php bin/console phplist:defaults:import</code>
-  - Open phpList //http://app:8081//+  - Open phpList // http://app:8081 //