Self-paced

Explore our extensive collection of courses designed to help you master various subjects and skills. Whether you're a beginner or an advanced learner, there's something here for everyone.

Bootcamp

Learn live

Join us for our free workshops, webinars, and other events to learn more about our programs and get started on your journey to becoming a developer.

Upcoming live events

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Search from all Lessons


LoginGet Started

Register to 4Geeks

← Back to Exercises

Deploying Wordpress Site on Debian

Star
Weekly Coding Challenge

Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!

Start the Challenge
Podcast: Code Sets You Free

A tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.

Listen the podcast

πŸ“ Instructions

In this practicum you will learn how to deploy a Wordpress website, which you will then use in your cybersecurity lab. With this work you will understand how a web server works from the inside, as well as you will have a service to which you can do monitoring and security tests to reinforce the skills you will acquire throughout the course.

🌱 How to start a project?

You can open these exercises in just a few seconds by clicking: Open in Codespaces.

Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically, you can try typing on your terminal: $ learnpack start

Local Installation

Clone this repository in your local environment (Clone this repository) and follow the steps below:

  1. Install LearnPack, the package manager for learning tutorials and the node compiler plugin for learnpack, make sure you also have node.js 14:
1$ npm i @learnpack/learnpack -g 2$ learnpack plugins:install learnpack-node
  1. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
1$ npm i jest@24.8.0 -g 2$ learnpack start

Signup and get access to similar projects

We will use it to give you access to your account.
Already have an account? Login here.

Signup and get access to similar projects

We will use it to give you access to your account.
Already have an account? Login here.
Weekly Coding Challenge

Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!

Start the Challenge
Podcast: Code Sets You Free

A tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.

Listen the podcast