From 2fd99c960c963ee04acd12d1e6c9c3e9f84d2e88 Mon Sep 17 00:00:00 2001 From: JJ-Cronos Date: Fri, 17 May 2024 11:09:30 +0200 Subject: [PATCH] fix: Move instruction to correct section --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f9b29afc..1886584a 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,22 @@ You have two option for starting the docker container for development: 2. Run the command ```dev containers: rebuild and reopen in container``` 3. Wait for the container to warm up... +### Manually start the container + +1. Start the containers with docker-compose. + +```sh +docker-compose -f .devcontainer/docker-compose.yml up -d +``` + +2. Execute (open) the working directory of the container. + +```sh +docker exec -e "TERM=xterm-256color" -w /workspace/development -it devcontainer-frappe-1 bash +``` + +> Note: Your **terminal** is now open in the development workspace. However, the VsCode **window** is not. + ## Starting Development 1. Run the installer @@ -69,22 +85,6 @@ cd rafnav_bench 3. Now you are able to start development on RAFNAV with all the dependencies and correct environment set up. -### Manually start the container - -1. Start the containers with docker-compose. - -```sh -docker-compose -f .devcontainer/docker-compose.yml up -d -``` - -2. Execute (open) the working directory of the container. - -```sh -docker exec -e "TERM=xterm-256color" -w /workspace/development -it devcontainer-frappe-1 bash -``` - -> Note: Your **terminal** is now open in the development workspace. However, the VsCode **window** is not. - ## Documentation ### [Production](#production)