2024-10-02 11:25:28 +00:00
2024-08-20 08:04:33 +00:00
2024-08-20 08:04:33 +00:00
2024-02-01 09:53:53 +00:00
2024-02-01 09:53:53 +00:00
2024-03-05 15:35:49 +03:30
2024-03-05 15:35:49 +03:30
2024-02-01 09:53:53 +00:00
2024-02-01 09:53:53 +00:00
2024-10-02 11:25:28 +00:00
2024-02-01 09:53:53 +00:00

Dependencies

Server
Database

Getting Started

setting up the project on prod.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
    

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://example.com

Database configuration

optimize MariaDB configuration through this path .

 /etc/mysql/mariadb.conf.d/50-server.cnf

set this values

innodb_buffer_pool_instances = 8
innodb_buffer_pool_size = 8G
innodb_file_per_table = ON
innodb_log_file_size = 768M
innodb_log_files_in_group = 4
innodb_log_buffer_size = 256M
innodb_thread_concurrency = 32 #in case of a 4-core system
innodb_stats_on_metadata = OFF
#innodb_flush_method = O_DIRECT
Description
No description provided
Readme 214 MiB
Languages
PHP 47.3%
JavaScript 26.8%
Blade 24.2%
CSS 1.7%