Docs
  • Home
  • Antsle One Setup
  • Antsle Nano Setup
  • Antsle Two Setup
  • Get Started
    • edgeLinux Installation
      • Installing edgeLinux on Oracle VirtualBox
    • Log in to the edgeLinux OS
    • Name Your Antsle/Nano
    • Setting Up Your Tech Stack
      • WordPress
      • Gitlab
      • Jenkins
  • Antlets
    • Antlets Overview
    • Create and Manage an Antlet
    • Antlet Details
    • Access Antlets
    • Virtual Drives
    • Backing Up Antlets
      • Self-Managed Restoration (Beta)
  • Templates
    • Templates Overview
    • Install OS from .iso
    • Import VM Images
    • Using the LEMP-Stack
    • Using Nextcloud
    • Using OPNsense
  • Networking
    • Networking Overview
    • Configure IP Addresses
    • Bridged Networking / Virtual NIC
    • Wifi on the Antsle Nano
    • Port Forwarding
    • Load Balancing
    • SDN: Software Defined Networking
  • System
    • Antsle Distributed Storage - ADS
    • Multi-Node
    • Secure (HTTPS) Access to Antman
    • Secure FTP (SFTP) Access
    • USB Drives
    • Docker Support
    • LDAP/SSO
    • antMan REST API
    • The antMan Terraform Provider
    • Access Your HDD (or SSD) Add-on
    • Setting Up Shared Storage Volume
    • edgeLinux OS
    • Windows License
  • antHill and Account Management
  • Troubleshooting
    • Reset edgeLinux on a Pi or Antsle Nano
    • Known Issues
  • FAQs
  • Protector Mode
Powered by GitBook
On this page
  • Create an antlet with the LEMP Stack Template
  • Copy in the WordPress Files
  • Access WordPress on your antlet

Was this helpful?

  1. Get Started
  2. Setting Up Your Tech Stack

WordPress

PreviousSetting Up Your Tech StackNextGitlab

Last updated 4 years ago

Was this helpful?

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.

Create an antlet with the LEMP Stack Template

Now, you just need to copy in the Wordpress files.

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.

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

To get started with WordPress, we again . This time, we use the LEMP-Stack template, as it comes preconfigured with all the software you need to run WordPress.

Now you can open your browser, , and voila, you're in the Wordpress set up page.

To show the world what your Website is all about, like https://myawesomeblog.com.

create a new antlet
connect to your antlet
configure access via a domain name
Screenshot from Transmit. You can see it's connecting to port 2210 on your Antsle.
Create a port forwarding rule that sends traffic to port 22 on your Wordpress antlet.