mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: Move instruction to correct section
This commit is contained in:
parent
32596726f7
commit
2fd99c960c
1 changed files with 16 additions and 16 deletions
32
README.md
32
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue