You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(env): #22: change the instructions for retrieve environment variables accord to their current storage state
docs: #22: correctof the docker-compose file name in the instructions, accord to the current state
docs: #22: correctof the docker-compose file name in the instructions, accord to the current state
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ When the project configuration is finished, click Build to build the project.
32
32
### Project run
33
33
34
34
#### Before launching web server:
35
-
- Run the database container via docker compose command `docker compose -f docker-compose.dev.yaml up -d` from workspace.
36
-
- Import environment variables declared in the `.env.dev` file while in the dev container and using the command `export $(grep -v '^#' .env.dev | xargs)`. If the file containing the environment variables is named something other than .env.dev, you should modify the command to specify the correct name.
35
+
- Run the database container via docker compose command `docker compose up -d` from workspace.
36
+
- Import environment variables declared in the `.env` file while in the dev container and using the command `export $(grep -v '^#' .env | xargs)`. If the file containing the environment variables is named something other than `.env`, you should modify the command to specify the correct name.
37
37
38
38
To launch the executable, click Launch in the CMake extension.
0 commit comments