Skip to content
Snippets Groups Projects
Commit ed939bd8 authored by Camille Simiand's avatar Camille Simiand
Browse files

Fix typo in README

parent 5cf3e548
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ git clone https://gitlab.tetras-libre.fr/rekall/memorekall-member-new app ...@@ -16,7 +16,7 @@ git clone https://gitlab.tetras-libre.fr/rekall/memorekall-member-new app
# Build and start the containers # Build and start the containers
docker-compose up --build docker-compose up --build
# In another terminal # In another terminal
docker-compose exec memorekall-member php bin/console doctrine:scheme:create docker-compose exec memorekall-member php bin/console doctrine:schema:create
``` ```
### Developpement only ### Developpement only
...@@ -29,7 +29,7 @@ create database rekallfrwsmember_test ...@@ -29,7 +29,7 @@ create database rekallfrwsmember_test
grant all privileges on rekallfrwsmember_test.* to rekallfrwsmember; grant all privileges on rekallfrwsmember_test.* to rekallfrwsmember;
exit exit
``` ```
2. Create the database scheme `docker-compose exec memorekall-member php bin/console --env=test doctrine:schema:create` 2. Create the database schema `docker-compose exec memorekall-member php bin/console --env=test doctrine:schema:create`
## Contributors ## Contributors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment