Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Argus Duong committed Aug 30, 2019
1 parent f706c01 commit b052a2d
Show file tree
Hide file tree
Showing 32 changed files with 143 additions and 143 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can either edit page content from Github or fork the repository before cloni

If you have any question about this documentation, feel free to join us on [Slack](https://community.wordops.io/slack) or to ask your question on [WordOps Community forum](https://community.wordops.net/)

### Method 1 : Edit page content directly from Github
### Method 1: Edit page content directly from Github

![edit](https://img.virtubox.net/images/2019/03/29/image.png)

Expand All @@ -20,14 +20,14 @@ If you have any question about this documentation, feel free to join us on [Slac
4. After you finished making changes, you will be able to commit changes (saving changes with a message which describe what was added/changed/removed).
5. The last step to apply changes on this repository is to open a PR(pull request). We will review the commits you made and if everything is okay, we will merge the PR.

### Method 2 : Work on the documentation locally
### Method 2: Work on the documentation locally

If you want to work on WordOps documentation on your computer, you just have to :
If you want to work on WordOps documentation on your computer, you just have to:

1. Fork the repository using the button "Fork" available on the top right of this page
2. clone the forked repository :
2. clone the forked repository:

- with the CLI : `git clone https://github.com/YourUsername/docs.wordops.net.git`
- with the CLI: `git clone https://github.com/YourUsername/docs.wordops.net.git`
- or using [Github Desktop App](https://desktop.github.com/)

3. create/edit markdown files
Expand All @@ -38,7 +38,7 @@ If you want to work on WordOps documentation on your computer, you just have to
### Documentation structure

Documentation source files are stored inside `docs` directory.
Here the current structure :
Here the current structure:

```bash
├── commands # commands folder
Expand Down Expand Up @@ -67,7 +67,7 @@ Here the current structure :

Each part of the documentation is stored in a separated folder. `how-to` is the folder used for any short tutorial or explanation about WordOps usage. `guides` is the folder used for any extended guide or tutorial about WordOps.

Example :
Example:

> I want to write a tutorial to explain how to use WordOps with a remote MySQL server.
Expand All @@ -83,7 +83,7 @@ MkDocs builds completely static HTML sites that you can host on GitHub page or a

You can install Mkdocs locally to use the site live preview feature.

- install mkdocs :
- install mkdocs:
- [guide for windows](https://gist.github.com/VirtuBox/2f149ce45e2449c36f18cb634243fe90)
- `apt install mkdocs -y` on debian/ubuntu
- start mkdocs built-in web-server `mkdocs serve` or `mkdocs.exe serve` inside the repository folder
Expand Down
2 changes: 1 addition & 1 deletion about/redistributed.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Redistributed Software

WordOps redistribute the following third-party software :
WordOps redistribute the following third-party software:

-
20 changes: 10 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@

## Key Features

- **Easy to install** : One step automated installer with migration from EasyEngine v3 support
- **Fast deployment** : Fast and automated WordPress, Nginx, PHP, MySQL & Redis installation
- **Custom Nginx build** : Nginx 1.16.1 - TLS v1.3 Cloudflare HTTP/2 HPACK & Brotli support
- **Up-to-date** : PHP 7.2 & 7.3, MariaDB 10.3 & Redis 5.0
- **Secured** : Hardened WordPress security with strict Nginx location directives
- **Powerful** : Optimized Nginx configurations with multiple cache backends support
- **SSL** : Domain, Subdomain & Wildcard Let's Encrypt SSL certificates with DNS API
- **Modern** : Strong ciphers_suite, modern TLS protocols and HSTS support (Grade A+ on [ssllabs](https://www.ssllabs.com/ssltest/analyze.html?d=demo.wordops.eu&latest))
- **Monitoring** : Live Nginx vhost traffic with ngx_vts_module and server monitoring with Netdata
- **User Friendly** : WordOps dashboard with server status/monitoring and tools ([demo](https://demo.wordops.eu))
- **Easy to install**: One step automated installer with migration from EasyEngine v3 support
- **Fast deployment**: Fast and automated WordPress, Nginx, PHP, MySQL & Redis installation
- **Custom Nginx build**: Nginx 1.16.1 - TLS v1.3 Cloudflare HTTP/2 HPACK & Brotli support
- **Up-to-date**: PHP 7.2 & 7.3, MariaDB 10.3 & Redis 5.0
- **Secured**: Hardened WordPress security with strict Nginx location directives
- **Powerful**: Optimized Nginx configurations with multiple cache backends support
- **SSL**: Domain, Subdomain & Wildcard Let's Encrypt SSL certificates with DNS API
- **Modern**: Strong ciphers_suite, modern TLS protocols and HSTS support (Grade A+ on [ssllabs](https://www.ssllabs.com/ssltest/analyze.html?d=demo.wordops.eu&latest))
- **Monitoring**: Live Nginx vhost traffic with ngx_vts_module and server monitoring with Netdata
- **User Friendly**: WordOps dashboard with server status/monitoring and tools ([demo](https://demo.wordops.eu))

---

Expand Down
14 changes: 7 additions & 7 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Added

- cht.sh stack : linux online cheatsheet. Usage : `cheat <command>`. Example for tar : `cheat tar`
- cht.sh stack: linux online cheatsheet. Usage: `cheat <command>`. Example for tar: `cheat tar`
- ClamAV anti-virus with weekly cronjob to update signatures database
- Internal function to add daily cronjobs
- Additional comment to detect previous configuration tuning (MariaDB & Redis)
Expand All @@ -24,7 +24,7 @@

### Fixed

- typo error in `wo site update` : [PR #126](https://github.com/WordOps/WordOps/pull/126)
- typo error in `wo site update`: [PR #126](https://github.com/WordOps/WordOps/pull/126)

## v3.9.8.3 - 2019-08-22

Expand All @@ -48,7 +48,7 @@
- Additional settings to support mobile with WP-Rocket
- Add the ability to block nginx configuration overwriting by adding a file .custom. Example with /etc/nginx/conf.d/webp.conf -> `touch /etc/nginx/conf.d/webp.conf.custom`
- If there is a custom file, WordOps will write the configuration in a file named fileconf.conf.orig to let users implement possible changes
- UFW minimal configuration during install. Can be disabled with the flag `-w`, `--wufw` or `--without-ufw`. Example : `wget -qO wo wops.cc && sudo bash wo -w`
- UFW minimal configuration during install. Can be disabled with the flag `-w`, `--wufw` or `--without-ufw`. Example: `wget -qO wo wops.cc && sudo bash wo -w`

### Fixed

Expand Down Expand Up @@ -256,7 +256,7 @@
- WP_CACHE_KEY_SALT set twice with wpredis
- WordOps version check when using `wo update`
- robots.txt file download if not created
- PHP-FPM socket path in stub_status.conf : PR [#82](https://github.com/WordOps/WordOps/pull/82)
- PHP-FPM socket path in stub_status.conf: PR [#82](https://github.com/WordOps/WordOps/pull/82)

## v3.9.5.1 - 2019-05-10

Expand All @@ -281,9 +281,9 @@
- WordOps configuration backup before upgrade
- Previous acme.sh certs migration
- "wo maintenance" command to perform server package update & cleanup
- Support for Netdata on backend : https://server.hostname:22222/netdata/
- New Stacks : composer and netdata
- additional argument for letsencrypt : --hsts
- Support for Netdata on backend: https://server.hostname:22222/netdata/
- New Stacks: composer and netdata
- additional argument for letsencrypt: --hsts
- Clean Theme for adminer
- Credits for tools shipped with WordOps
- Cache exception for Easy Digital Download
Expand Down
2 changes: 1 addition & 1 deletion docs/about/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ wo
```

Plugins Directory :
Plugins Directory:
Here the list of plugins with the related command or a short description

```tree
Expand Down
8 changes: 4 additions & 4 deletions docs/about/from-easyengine-to-wordops.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ WordOps was forked from EasyEngine v3, with the objective of providing an up-to-
## Fundamental changes

- We've deprecated the mail stack. As an alternative, you can take a look at [Mail-in-a-Box](https://github.com/mail-in-a-box/mailinabox), [iRedMail](https://www.iredmail.org/) or [Caesonia](https://github.com/vedetta-com/caesonia). As Roundcube alternative, there is [Rainloop](https://www.rainloop.net/) or [Afterlogic WebMail](https://github.com/afterlogic/webmail-lite-8)
- Support for w3tc is dropped as a security precaution.
- Support for W3TC is dropped as a security precaution.
- PHP 5.6 has been replaced by PHP 7.2 and PHP 7.0 has been replaced by PHP 7.3.
- Nginx-ee package has been replaced by Nginx-wo (based on Nginx stable v1.16.0 with Brotli support)
- HHVM stack has been removed
- Memcached stack has been removed
- Let's Encrypt stack isn't based on letsencrypt-auto anymore, we use acme.sh to handle SSL certificates

If you are going to migrate from EasyEngine v3, here some important informations :
If you are going to migrate from EasyEngine v3, here some important informations:

- Previous php upstreams in Nginx will not be overwritted
- php5.6 and php7.0 will not be removed or uninstalled
- Previous PHP upstreams in Nginx will not be overwritted
- PHP 5.6 and PHP 7.0 will not be removed or uninstalled
- Previous Nginx common configurations will not be overwritted
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WordOps commands

The WordOps commands structure :
The WordOps commands structure:

```bash
wo (command) [options]
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Clean NGINX FastCGI cache, Opcache, Redis Cache

Usage :
Usage:

```bash
wo clean [options]
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Used for server level debugging

Usage :
Usage:

```bash
wo debug [options]
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Display configuration information related to Nginx, PHP and MySQL

<video align="center" src="/images/wo-info.webm" width="720" autoplay loop></video>

Usage :
Usage:

```bash
wo info [options]
Expand Down
4 changes: 2 additions & 2 deletions docs/commands/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Perform operations on Nginx, PHP and MySQL log files

Usage :
Usage:

```bash
wo log [<site_name>] [options]
Expand All @@ -19,7 +19,7 @@ subcommand | description

Show Nginx, PHP, MySQL log file

Usage :
Usage:

```bash
wo log show [<site_name>] [options]</site_name>
Expand Down
4 changes: 2 additions & 2 deletions docs/commands/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Update apt-cache and upgrade packages.
<video align="center" src="/images/wo-maintenance.webm" width="720" autoplay loop>
</video>

Usage :
Usage:

```bash
wo maintenance
```

This command is equivalent to :
This command is equivalent to:

```bash
apt update
Expand Down
12 changes: 6 additions & 6 deletions docs/commands/secure.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ Secure command secure WordOps backend auth, ip and port
<video align="center" src="/images/wo-secure.webm" width="720" autoplay loop>
</video>

Usage :
Usage:

```bash
wo secure [options]
```

Options :
Options:

argument | description
------------------ | -----------
--auth | Set backend user credentials (user and)
--port | Set backend port (default : 22222)
--port | Set backend port (default: 22222)
--ip | Set the list of IP(s) allowed to access without authentification

WordOps uses [Basic Auth](https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/) to protect the backend from unauthorize people. To change the authorization method, backend's port,... You can use `wo secure` command.
Expand All @@ -27,8 +27,8 @@ The user name and password of WordOps backend is showed when you create a first

```bash
wo secure --auth
Provide HTTP authentication user name [admin] :master
Provide HTTP authentication password [5zVFELjHjShPPFr7qkoMzavP] :
Provide HTTP authentication user name [admin]:master
Provide HTTP authentication password [5zVFELjHjShPPFr7qkoMzavP]:
```

Short hand:
Expand All @@ -44,7 +44,7 @@ In case you want to change WordOps backend port from `22222`, use this command:
```bash
wo secure --port
WordOps admin port [22222]:23456
Reload : nginx [OK]
Reload: nginx [OK]
Successfully port changed 23456
```

Expand Down
Loading

0 comments on commit b052a2d

Please sign in to comment.