> For the complete documentation index, see [llms.txt](https://task-devops.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://task-devops.gitbook.io/documentation/master.md).

# Read Me

This documentation describes all steps we followed to install Drupal and CiviCRM on an EC2 micro instance server.

Requests are encrypted with [Let'Encrypt](https://letsencrypt.org/) with automatically renewed certificate.

Drupal  and CiviCRM databases are accessed through two separates running mysqld instances.

### EC2 micro instance

|                    |                             |
| ------------------ | --------------------------- |
| Domain name        | <https://task.woezzon.com/> |
| Elastic IP address | 54.201.220.59               |

{% file src="/files/-LSKNzIHqXN3H\_v35lDq" %}
EC2 instance key .pem file
{% endfile %}

### MySQL root password

```
devopstask
```

### Drupal website

|                |                             |
| -------------- | --------------------------- |
| URL            | <https://task.woezzon.com/> |
| IP address     | 54.201.220.59               |
| Admin username | admin                       |
| Admin password | drupal\_site\_pswd          |

### Drupal MySQL database

|          |                |
| -------- | -------------- |
| Database | drupal\_db     |
| Host     | 127.0.0.1:3307 |
| Username | drupal         |
| Password | drupal\_pswd   |

### CiviCRM home

|     |                                                 |
| --- | ----------------------------------------------- |
| URL | <https://task.woezzon.com/?q=civicrm/dashboard> |

### CiviCRM MySQL database

|          |                |
| -------- | -------------- |
| Database | civicrm\_db    |
| Host     | 127.0.0.1:3308 |
| Username | civicrm        |
| Password | civicrm\_pswd  |

### Amazon S3 bucket for backup

```
Bucket name : task-for-junior-devops
```

{% hint style="info" %}
Reference links for configuration files are placed under each page of the documentation.
{% endhint %}
