Skip to content

NOVA-college-Haarlem/haarlem-promotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Haarlem Promotion

This repository contains a Docker compose file that will create a clean installation of the latest Wordpress version.

Prerequisites

  • Docker

Getting Started

Start the application

docker-compose up -d

This will start:

Stop the application

docker-compose down

Stop and remove volumes (clean slate)

docker-compose down -v

View logs

docker-compose logs -f

Troubleshooting

Admin password lost

If you've lost your administrator password do the following: Open the database via phpMyAdmin (http://localhost:8080/). Select the wordpress database and run the following query in the tab "SQL":

UPDATE wp_users SET user_pass = MD5('MijnNieuwWachtwoord!') WHERE user_login = 'admin';

Now you should be able to login at http://localhost/wp-admin.

About

Wordpress starter site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors