This is a sample wordpress project that can be use in order to setup a VSTS CI/CD pipeline.
Under 'html' folder – sample WordPress files.
Under 'db' folder you will find initial db schema and data that you can use.
You can build a new docker image using this Dockerfile and then docker run it using the following command:
docker run -e DB_ENV_HOST=[your mysql db url]:[your mysql port number] -e DB_ENV_USER=[your mysql db user name] -e DB_ENV_PASSWORD=[your mysql db password] -e DB_ENV_NAME=[your mysql database name] -p 5000:80 -d [your docker image name]
forked from yaprigal/WordPressVSTS
-
Notifications
You must be signed in to change notification settings - Fork 0
cedrox/WordPressVSTS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 65.2%
- JavaScript 23.5%
- CSS 11.3%