# After installation
Go to your theme path :
# move to your theme
cd www/htdocs/content/themes/minotaure-theme
# Create user and install basic package
composer init-minotaure
1
2
3
4
5
6
2
3
4
5
6
Your wordpress is ready !
Go to the login page http://your-website/admin
You may not remember your password or maybe you just pressed enter without writing anything. At this step, wp mail is not really working so you can not reset your password but you can update your password with the following command
wp user update 1 --user_pass=your_password