Skip to content

Commit

Permalink
Ubuntu article updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanu2217 committed May 15, 2020
1 parent 97247ae commit 86b4a2a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
14 changes: 12 additions & 2 deletions docs/installation/providers/community/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Faveo can run on [Ubuntu 18.04 (Bionic Beaver)](http://releases.ubuntu.com/18.04
- [4. Configure cron job](#4-configure-cron-job)
- [5. Configure Apache webserver](#5-configure-apache-webserver)
- [6. Redis Installation](#redis-installation)
- [7. Final step](#final-step)
- [7. SSL Installation](#ssl-installation)
- [8. Final step](#final-step)

<a id="prerequisites" name="prerequisites"></a>
## Prerequisites
Expand Down Expand Up @@ -224,14 +225,23 @@ sudo service php7.3-fpm restart
sudo service apache2 restart
```
<a id="redis-installation" name="redis-installation"></a>
### 7. Redis Installation
### 6. Redis Installation

Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.

This is an optional step and will improve system performance and is highly recommended.

[Redis installation documentation](https://support.faveohelpdesk.com/show/install-and-configure-redis-supervisor-and-worker-for-faveo-on-ubuntu-1604)

<a id="ssl-installation" name="ssl-installation"></a>
### 7. SSL Installation

Secure Sockets Layer (SSL) is a standard security technology for establishing an encrypted link between a server and a client. Let's Encrypt is a free, automated, and open certificate authority.

This is an optional step and will improve system security and is highly recommended.

[Let’s Encrypt SSL installation documentation](https://support.faveohelpdesk.com/show/install-lets-encrypt-ssl-on-ubuntu-18-running-apache-web-server)

<a id="final-step" name="final-step"></a>
### 8. Final step

Expand Down
14 changes: 12 additions & 2 deletions docs/installation/providers/enterprise/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Faveo can run on [Ubuntu 18.04 (Bionic Beaver)](http://releases.ubuntu.com/18.04
- [4. Configure cron job](#4-configure-cron-job)
- [5. Configure Apache webserver](#5-configure-apache-webserver)
- [6. Redis Installation](#redis-installation)
- [7. Final step](#final-step)
- [7. SSL Installation](#ssl-installation)
- [8. Final step](#final-step)


<a id="prerequisites" name="prerequisites"></a>
Expand Down Expand Up @@ -223,14 +224,23 @@ sudo service php7.3-fpm restart
sudo service apache2 restart
```
<a id="redis-installation" name="redis-installation"></a>
### 7. Redis Installation
### 6. Redis Installation

Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.

This is an optional step and will improve system performance and is highly recommended.

[Redis installation documentation](https://support.faveohelpdesk.com/show/install-and-configure-redis-supervisor-and-worker-for-faveo-on-ubuntu-1604)

<a id="ssl-installation" name="ssl-installation"></a>
### 7. SSL Installation

Secure Sockets Layer (SSL) is a standard security technology for establishing an encrypted link between a server and a client. Let's Encrypt is a free, automated, and open certificate authority.

This is an optional step and will improve system security and is highly recommended.

[Let’s Encrypt SSL installation documentation](https://support.faveohelpdesk.com/show/install-lets-encrypt-ssl-on-ubuntu-18-running-apache-web-server)

<a id="final-step" name="final-step"></a>
### 8. Final step

Expand Down

0 comments on commit 86b4a2a

Please sign in to comment.