Skip to content

CodeDifferently/wordpress.start-application

Repository files navigation

WordPress Starter Site

Part 1 - Serving the Application

  • clone this project into your ~/dev directory.
  • navigate to the directory of the newly cloned repository
  • To serve the project, execute the following command from the root directory of the project
    • php -S 127.0.0.1:8085

Part 2 - Viewing the Application

  1. After serving the project, navigate to http://localhost:8085 to view the application.
  2. Walk through the prompt of configuring your first WordPress application.

Part 3 - Viewing the Code

  1. Open the wordpress-starter folder in a code editor.
  2. Ensure that the content in the wp-config-sample.php file matches the details from the configuration in Part 2.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors