Skip to content

vowonderful/adapty

Repository files navigation

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