Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.01 KB

iTrinity WordPress Interview Instructions

Welcome to the iTrinity WordPress interview. This README will guide you on how to set up and run the WordPress instance required for the interview.

Prerequisites

  • Docker installed on your machine
  • Git installed on your machine

Getting Started

1. Clone the Repository

First, you need to clone the GitHub repository containing the WordPress project. Open your terminal and run the following command:

git clone https://github.com/subalee/wp-assignment.git

2. Start the project

The repository includes a docker-compose file so that you don't have to deal with the setup yourself. However if you are not familiar with docker feel free to run the project using whatever you prefer.

docker-compose up -d

3. Accessing the project

If using docker, the project can be found here:

http://localhost:8080

4. Install WordPress and use the Astra theme provided

Go trough the initial wordpress setup. The Astra theme is already included