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)