Skip to content

helenascholl/DAMPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAMPP

An Apache-MariaDB-PHP-phpMyAdmin Setup with Docker.

Start

Make sure to have Docker and Docker Compose installed.

First you have to change the ownership of the public directory to the www-data group.

groupadd -g 33 www-data
sudo chown -R "$(whoami)":www-data ./public/

Then set the password for the root user of the database by changing the value of MYSQL_ROOT_PASSWORD in the .env file.

Start DAMPP with docker-compose (You might need to run the command as root).

docker-compose up -d

Configuration

Put all your files for the web server in the public directory.

You can access phpMyAdmin on localhost:8080.

About

Apache-MariaDB-PHP-phpMyAdmin Setup with Docker

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors