Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 637 Bytes

readme.md

File metadata and controls

33 lines (29 loc) · 637 Bytes

ADAPTY.test

Host: http://localhost:8025
PHPMySQL: http://localhost:8026
Access: CAP: http://localhost:8025/wp-admin/
Login: adaptystrator
Password: adaptystrator

Run project:

After start, set permission in terminal:

export VM_UID=$(id -u)
export VM_GID=$(id -g)
docker-compose up --build

or all commands in one line:

export VM_UID=$(id -u) && export VM_GID=$(id -g) && docker-compose up -d

Problem-solving:

Permission denied:

sudo chown -R $USER:www-data wordpress

Open FTP (for update):

define('FS_METHOD', 'direct'); // wp-config.php