Skip to content

Files

Latest commit

 

History

History
30 lines (23 loc) · 1.35 KB

installation-instuctions-development.md

File metadata and controls

30 lines (23 loc) · 1.35 KB

Project setup (development)

In order to successfully deploy the project, following actions are needed:

Package install (development)

  • Install php, relevant php modules and redis-cli, you will need them to run composer scripts on your machine:
    • sudo apt-get install -y php php-intl php-soap php-xdebug php-xml php-curl php-zip php-mbstring php-pgsql php-gmp redis-tools php-bcmath php-intl postgresql-client-common postgresql-client
    • Note: Version of PHP must be 7.3

Code deployment (development)

Replace ${PROJECT_ROOT} with the path to the project

Project environment config file setup

  • This project has two environment config files
  • Setup api/.env from api/.env.dist.`

Additional project setup (development)

  • Overwrite contents of .git/hooks/commit-msg with contents from api/docs/git/commit-msg

Docker setup