Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<onlyfor> was added to both readmes #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.es.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<!-- hide -->
# Desplegando un servidor Apache y sitio Wordpress en Debian (LAMP)


> By [@arnaldoperez](https://github.com/arnaldoperez) and [other contributors](https://github.com/breatheco-de/deploying-wordpress-debian/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)

![last commit](https://img.shields.io/github/last-commit/4geeksacademy/installing-kali-linux-on-virtual-machine)
[![build by developers](https://img.shields.io/badge/build_by-Developers-blue)](https://4geeks.com)
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)

*These instructions are [available in english](https://github.com/breatheco-de/deploying-wordpress-debian/blob/main/README.md)*

### Antes de empezar...

> ¡Te necesitamos! Estos ejercicios se crean y mantienen en colaboración con personas como tú. Si encuentras algún error o falta de ortografía, contribuye y/o repórtalo.
<!-- endhide -->

## 📝 Instrucciones
Expand All @@ -22,14 +25,7 @@ Esta configuración se llama [LAMP](https://es.wikipedia.org/wiki/LAMP_(software

Con este trabajo, comprenderás cómo funciona un servidor web desde el interior y tendrás un servicio en el que podrás realizar monitoreo y pruebas de seguridad para reforzar las habilidades que adquirirás a lo largo del curso.


<!-- hide -->

### Antes de empezar...

> ¡Te necesitamos! Estos ejercicios se crean y mantienen en colaboración con personas como tú. Si encuentras algún error o falta de ortografía, contribuye y/o repórtalo.

<!-- endhide -->
<onlyfor saas="false" withBanner="false">

## 🌱 ¿Cómo empezar este proyecto?

Expand All @@ -47,6 +43,9 @@ $ npm i @learnpack/learnpack -g
$ learnpack start
```

</onlyfor>


<!-- hide -->

## Colaboradores
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)

*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/breatheco-de/deploying-wordpress-debian/blob/master/README.es.md) :es:*

### Before you start...

> We need you! These exercises are built and maintained in collaboration with contributors like yourself. If you find any bugs or misspellings, please contribute and/or report them.
<!-- endhide -->

## 📝 Instructions
Expand All @@ -21,11 +25,7 @@ This setup is called [LAMP](https://en.wikipedia.org/wiki/LAMP_(software_bundle)

With this work, you will understand how a web server works from the inside, and you will have a service to which you can do monitoring and security tests to reinforce the skills you will acquire throughout the course.

<!-- hide -->
### Before you start...

> We need you! These exercises are built and maintained in collaboration with contributors like yourself. If you find any bugs or misspellings, please contribute and/or report them.
<!-- endhide -->
<onlyfor saas="false" withBanner="false">

## 🌱 How to start a project?

Expand All @@ -42,6 +42,7 @@ $ npm i @learnpack/learnpack -g
```bash
$ learnpack start
```
</onlyfor>

<!-- hide -->
## Contributors
Expand Down
2 changes: 2 additions & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"duration": 2,
"difficulty": "intermediate",
"projectType": "tutorial",
"autoPlay": "true",
"template_url": "self",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"technologies": ["cybersecurity","network"],
"graded": true,
Expand Down