Artist Jaume Vidal Arasa main webpage powered by Sulu CMS technology.
- PHP 7.2
- MySQL 5.7
- Git
- Composer
- Yarn
$ git clone [email protected]: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.
$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate
$ php bin/console hautelook:fixtures:load
$ ./scripts/developer-tools/test-database-reset.sh
$ ./scripts/developer-tools/run-test.sh