Matlavv / sf-wordpress

[School Project] Docker / PHP / Wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment installer le projet ?

Lancez un conteneur

docker-compose up -d

Installer les dépendances wordpress

npm -g install @wordpress/env
wp-env start

Then run

http://localhost:8888

Connect in admin

http://localhost:8888/wp-admin

About

[School Project] Docker / PHP / Wordpress