How to enable Remote Development

Prerequisites

  • Bunnyshell-cli configured on your device with the details of your environment;

  • Your repository cloned locally

Enabling Remote Development for your environment

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. Now return your environment page and 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 to. You can retrieve this path based on the information taken from the Dockerfile:

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

Last updated

Was this helpful?