anon73
Hi, could you please tell me if there are any online IDE with elixir support and if so could you please help me setup it if it requires knowledge of docker etc…
Thank you guys
Trending in Questions
Hello!
Suppose you are building workflow (order / task / payment) processing system with the following requirements:
Each workflow con...
New
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
Hi all, I wanted to ask how the community is dealing with post-release steps.
Today we have Ecto migrations, which make sure that the db...
New
Kia ora,
We have been using elixir-google-api to connect to Google Drive. However, with the updates to Tesla due to CVEs this is now bro...
New
Hello,
I have an Elixir backend that implements a custom protocol over TCP. I want to load test the backend and assess the performance o...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex











First 10 of 18 Posts
NobbZ
What do you expect from this online IDE?
Do you need it (or the edited code) self hosted or are you able to put it under control of a third party cloud or even in the hands of the IDE provider?
Do you even want to fully self host?
Do you need more than one colaborator on the project?
Do you only need editing or do you also want to run tests on the host of the provider?
Have you considered simply setting up a dev env locally? Usually this is much superior over any online IDE, as you can do it the way you want.
anon73
I just want something that I can use in work in my free time (cant install anything on my work laptop) if the project source code can be hosted/saved on IDE site, that would be good
NobbZ
I’m not aware of any, but cloud9, but I have never tested or used it.
StefanHoutzager
https://github.com/StefanHoutzager/elixir-dev-anywhere-docker
Something like this? You can upgrade some versions (elixir, erlang, the elixir ideal plugin) in the dockerfile, I have not worked on the project for 7 mths.
muelthe
I had a similar requirement for a short period and made use of Codenvy. For example I created a linux stack and a project then installed Elixir etc. and made use of their IDE. The free version is not fast, especially to get up and running, but it might be suited to your requirements.
There are lots of pre-built stacks of various compositions, but I preferred to build mine from scratch and I believe they also support use of your IDE locally (should you need it).
Edit: would help if I posted a link: https://codenvy.io
anon73
Codenvy looks good enough for my needs but I dont know how to create stack. Could you please help me? All I want is Elixir, mix, Phoenix whould be good with some DB but it is not requirement. Thank you
muelthe
If I recall correctly:
I chose a single machine (Ubuntu) and then once running used the terminal to configure it to my needs. As I mentioned previously, set up can be a little slow and I am not certain if this is a limitation of the free account, or not.
There are some quick-start options that may give you a better start and save the hassle of having to configure your environment, but I have not looked at those.
Hope that helps
anon73
Thanks a lot!
krlsdu
You can use my stack.
The docker image has only the elixir and Erlang last version, with this environment you can install all requirements for the Phoenix framework. The database is better you create outside with some other service providers for Amazon, Google and others on the product lines DBAS(database as a service), I can help with this too next time.
For now, focus on boot your elixir phoenix project and made visible the server.
You need to create a new workspace →
Select add stack (option NO, when asking to you “create a new stack”) →
In the fill MACHINE uncollapse DEV-MACHINE and set source krlsdu/stack-elixir →
Finish the fill of formulary and save and test your task.
After finished your stack, choose on the list in your workspace.
joaquinalcerro
You can try using a remote server with vscode..
https://github.com/cdr/code-server
This is a video for setting it up.
Best regards,
Joaquin Alcerro