Skip to content
Snippets Groups Projects
Verified Commit 9a8e3f4a authored by David Beniamine's avatar David Beniamine
Browse files

Replace erroneos test documentation by wiki link

parent ed939bd8
No related branches found
No related tags found
No related merge requests found
# MemoRekallMember web app MemoRekallMember web app
This project has been created to help artists document their creative process with video notes and documents. This project has been created to help artists document their creative process with video notes and documents.
## Installation ## Installation
...@@ -21,16 +21,7 @@ docker-compose exec memorekall-member php bin/console doctrine:schema:create ...@@ -21,16 +21,7 @@ docker-compose exec memorekall-member php bin/console doctrine:schema:create
### Developpement only ### Developpement only
You need to add a test database to run the automated tests : To configure the automated test, see [the dedicated wiki page](https://gitlab.tetras-libre.fr/rekall/memorekall-member-new/-/wikis/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`
## Contributors ## Contributors
The Tetras Libre team follows some code quality requirements. The Tetras Libre team follows some code quality requirements.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment