Skip to content

Flexible-User-Experience/cms-jaumevidalarasa-2

Repository files navigation

CMS Jaume Vidal Arasa v2

Artist Jaume Vidal Arasa main webpage powered by Sulu CMS technology.

Installation requirements

  • PHP 7.2
  • MySQL 5.7
  • Git
  • Composer
  • Yarn

Installation instructions

$ git clone git@github.com:Flexible-User-Experience/cms-jaumevidalarasa-2.git cms-jaumevidalarasa-2
$ cd cms-jaumevidalarasa-2
$ cp env.dist .env
$ nano .env
$ composer install
$ yarn install

Remember to edit .env config file according to your system environment needs.

Load database fixtures commands

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

Testing suite commands

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