Skip to content

mongulu-cm/chama

Repository files navigation

ACI website

Prerequisites

Before you begin, ensure you have met the following requirements:

  • A PHP server (PHP 8)
  • A MySQL server

Installation and Setup

For Production

  1. Install composer dependencies:

    composer install --no-dev --optimize-autoloader
  2. Install NPM packages and build assets:

    npm install && npm run build

    This step compiles the assets and places them in the public directory.

Database Setup

  1. If the database already exists, run the following command to create tables from entities:

    php bin/console doctrine:migrations:migrate
  2. To load data into the database:

    mysql -uroot -proot -h localhost aci < aci.sql

Post-Installation

  1. Clear the cache to ensure optimal performance:
    php bin/console cache:clear --env=prod --no-debug

After completing these steps, your application should be set up and ready for production use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published