Version 2020.2.0
OS Ubuntu 18.04
Bugfender collects everything happening in your mobile application, even if it doesn’t crash, in order to reproduce and resolve bugs more effectively and provide better customer support. Bugfender is especially designed for mobile applications, works offline and optimizes bandwidth and battery consumption.
From a terminal on your local computer, connect to the Droplet as root. Make sure to install an SSH key during droplet creation and substitute the Droplet’s IP address.
ssh root@use_your_droplet_ip
An interactive script that runs will first prompt you for your setup details.
You can press CTRL+C and continue to SSH. The prompt will open again the next time you log in, and will continue to do so until you finish the whole setup.
In addition to creating a Droplet from the Bugfender 1-Click App via the control panel, you can also use the DigitalOcean API.
As an example, to create a 4GB Bugfender Droplet in the SFO2 region, you can use the following curl command. You’ll need to either save your API access token to an environment variable or substitute it into the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"mobilejazz-bugfender-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
Bugfender website