This project is an adaptation and customization of the Camunda RPA Runtime for Windows, tailored for macOS to allow the execution of the RPA runtime locally on macOS machines.
To get started with the Camunda RPA Runtime on macOS, follow these steps:
First, download the official Camunda RPA Runtime from the GitHub repository:
After extracting the project, make the following modifications:
- Delete the following files from the original Camunda project:
setup.ps1
start.ps1
requirements.txt
Copy the following files from this project into the official Camunda RPA Runtime folder:
setup.sh
start.sh
requirements.txt
Open a terminal window and navigate to the official Camunda RPA Runtime folder.
Execute the setup script by running the following command in the terminal:
./setup.sh
During the execution of the script, you will be prompted to complete the dev.env
file. To do this:
- Generate Client Credentials by following the guide here: Create Client Credentials.
- Add the generated credentials into the
dev.env
file, then save and confirm that you have completed this step by pressing Enter when prompted by the script.
Once the setup is complete and the dev.env
file is configured correctly, you can start the RPA runtime by executing:
./start.sh
If you encounter any issues during setup or runtime, please create an issue on the GitHub repository and include the following information:
- Error messages (if any)
- Steps you have already followed
- Your macOS version
- The version of the Camunda RPA Runtime you are using