Quickstarts
Elixir IEx
Interact with the IEx console or execute ad-hoc scripts.
Prerequisites
To get the most out of this guide, you will need to:
- Either create an account in our managed instance or deploy your own hoop.dev instance
- You must be your account administrator to perform the following commands
Configuration
To proxy the iex -S mix
command, execute the following command within your root application path.
To proxy ad-hoc executions add the command iex -S mix -
.
How to Use
Users can now connect and perform ad-hoc executions.