# WordPress

WordPress is the most commonly used Content Management System out there. In fact, one-third of the top 10 million websites (!!) are running … you guessed it … WordPress! And that for good reason. It’s fast, modular, and has a huge active community that develops every imaginable feature in form of a plugin.&#x20;

![](/files/-MCiQLKNA6PzyH3kkfO8)

### Create an antlet with the LEMP Stack Template

To get started with WordPress, we again [create a new antlet](/antlets/create-and-manage-antlet.md). This time, we use the LEMP-Stack template, as it comes preconfigured with all the software you need to run WordPress.

![](/files/-MCiiklk6iOA6LWVGIJp)

Now, you just need to copy in the Wordpress files.&#x20;

### Copy in the WordPress Files

An easy way to do that is with an FTP app. Just create a port forwarding rule to make a port on your Antsle redirect to port 22 on your WordPress antlet. Then use FileZilla or Transmit and connect to that port. Here's an example below.

![Screenshot from Transmit. You can see it's connecting to port 2210 on your Antsle.](/files/-MCiQjVHLj29_tNaslA9)

![Create a port forwarding rule that sends traffic to port 22 on your Wordpress antlet.](/files/-MCiQyi4u1r-mZlzRm7o)

In your FTP app, just navigate to the `/var/www/html` directory and place all the files from wordpress.org/download/ there.

Update the owner and permissions of the wordpress files with

`chown -R www-data:www-data /var/www/html`\
`chmod -R 755 /var/www/html`

All in all, that just adds 1 minute to the famous 5 minute WordPress installation.

### Access WordPress on your antlet

Now you can open your browser, [connect to your antlet](/templates/using-the-lemp-stack.md#2-set-up-access), and voila, you're in the Wordpress set up page.

To show the world what your Website is all about, [configure access via a domain name](/antlets/access-antlets.md#access-domain-name) like *<https://myawesomeblog.com>*.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.antsle.com/get-started/setting-up-your-tech-stack/wordpress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
