Skip to content

Server Requirements

Introduction

When you're ready to deploy your OTAS application to production or want to run it locally, there are some important things you can do to make sure your application is running as efficiently as possible. Below, there is a list of points for making sure your OTAS application is deployed properly.

Hardware (production)

// TODO: Check accurate data
- RAM: 4GB (8GB Recommended)
- Disk: 64GB (256GB Recommended)
- SSH Access

PHP

- PHP >= 8.1
- Ctype PHP Extension
- cURL PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- Filter PHP Extension
- Hash PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- Session PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension

Database

- MySQL >= 8.0 or MariaDB >= 10.3
- Redis (Optional) for managing queue jobs more efficiently