diff --git a/README.md b/README.md index 7f42269ead0b1399418aa0f07c84ef206a6a2252..70c25f7747f4c1d6d4c6f774444c724267d82243 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MemoRekallMember web app + MemoRekallMember web app This project has been created to help artists document their creative process with video notes and documents. ## Installation @@ -21,16 +21,7 @@ docker-compose exec memorekall-member php bin/console doctrine:schema:create ### Developpement only -You need to add a test database to run the automated tests : - -1. open a mysql shell : `docker-compose exec mysql mysql -u root -p'youRootPasswordDefinedInDotEnvFile` -```mysql -create database rekallfrwsmember_test -grant all privileges on rekallfrwsmember_test.* to rekallfrwsmember; -exit -``` -2. Create the database schema `docker-compose exec memorekall-member php bin/console --env=test doctrine:schema:create` - +To configure the automated test, see [the dedicated wiki page](https://gitlab.tetras-libre.fr/rekall/memorekall-member-new/-/wikis/Tests) ## Contributors The Tetras Libre team follows some code quality requirements.