This app will provide a way to restart select heroku dynos
- Install Android Studio
- Device Manager
- Create a device
- Install node via nvm link
- Install yarn link
- Install dependencies by running
yarn install
in the root directory
- Install Ruby and then install Cocoapods by running
gem install cocoapods
- Run the app server by running
npx react-native start
- Build the app by running
npx react-native run-android
(append--variant release
to build this in production mode)
- If
react-native run-android
hangs onapp:installDebug
runadb kill-server && adb start-server
- Get your phone working by follow instructions here
- Determine your device ID by running
adb devices
- Using that device name, run
npx react-native run-android --deviceId <device-id>
- This is also
bin/start-android
the default behavior of.
- Copy
src/config.js.sample
toconfig.js
- Update
HEROKU_APP_NAME
to match the application you are working with
- Add ability to restart a single dyno based on hard coded app and credentials
- Add ability to refresh dyno configuration via API
- Add ability to set app name
- Add OAuth for accounts
- Add ability to pick apps based on authenticated user