Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 913 Bytes

README.md

File metadata and controls

49 lines (36 loc) · 913 Bytes

Opengest 4

A Symfony 4.4 LTS webapp project to manage Opengest enterprise management.


Install requirements

  • PHP 7.4
  • MySQL 5.7
  • Git
  • Composer
  • Yarn

Install instructions

$ git clone git@github.com:Flexible-User-Experience/opengest-4.git
$ cd opengest-4
$ cp env.dit .env
$ nano .env
$ composer install
$ yarn install

Remeber to edit .env file according to your system environment needs.

Load database fixtures

$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate
$ php bin/console hautelook:fixtures:load

Test suite

$ ./scripts/developer-tools/test-database-reset.sh
$ ./scripts/developer-tools/run-test.sh

Import Opengest v1 database

$ ./scripts/developer-tools/test-database-reset.sh
$ ./scripts/developer-tools/run-test.sh