fix: Move instruction to correct section

This commit is contained in:
JJ-Cronos 2024-05-17 11:09:30 +02:00
parent 32596726f7
commit 2fd99c960c

View file

@ -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)