Enable Remote Development

circle-exclamation

1. Access the environment where you want to enable Remote development

2. Click the Settings button.

3. Go to the General Settings.

4. Switch the Remote development option to ON.

5. Return to your environment page, click the Actions button and select Configuration. Bunnyshell will open the environment config.yaml.

6. Set the syncPath for the component you wish to start a remote development session for. This is the path from the container running in Kubernetes . Its contents will be replaced with the contents from your local folder.

circle-info

You can retrieve this path based on the information taken from the Dockerfile.

components:
    -
        kind: Application
...
        name: backend
        remoteDevelopment:
            ...
            syncPath: /usr/src/app/backend

That's it, you are now ready to start developing remotely.

Last updated

Was this helpful?