Latest #deployment Threads Top

pavanputhra
I’ve been building Comcent CE, an open-source, self-hostable voice/contact-center platform, and Elixir/OTP is the core of it. Sharing the...
New
Potions
Hi everyone! I’m Alekx, some of you may know me from ElixirCasts. I always wished there were a simple, affordable way to get Phoenix app...
New
rathoud96
Environment Elixir 1.18.3-otp-27 / OTP 27.3.4 Oban 2.20.2 Phoenix 1.7.x db_connection 2.8.1 / Postgrex 0.21.1 Infrastructure: Google Cl...
New
nkokkos
Hello everyone, I was wondering if there is a way to disable the power save mode of the wireless card on the rpi0. I could not find a wa...
New
calebjosue
Hello there all, In Python you can store API Keys in a .env file, you can use this information by retrieving it with the help of environ...
New
phunsukh1
Hi all, I’m experimenting with using Bandit as the webserver and Postgrex directly for a REST API without any framework layer. Backgrou...
New
borodark
Hey folks, I’m building Zed (not editor) a declarative BEAM deploy tool for FreeBSD and illumos that uses ZFS user properties as the stat...
New
New
mbarekTrismegistus
<?xml version="1.0"?> <!DOCTYPE tsung SYSTEM "tsung-1.0.dtd"> <tsung loglevel="warning" version="1.0"> <clients...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New

This Week's Trending Top

This Month's Trending Top

Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Potions
Hi everyone! I’m Alekx, some of you may know me from ElixirCasts. I always wished there were a simple, affordable way to get Phoenix app...
New

This Year's Trending Top

xiaoqiang
These past few days, I’ve tried switching from Neovim to Helix, and so far the experience has been great. Compared to neovim, which requi...
New
nburkley
AWS re:Invent is on at the moment with some interesting announcements. One new feature in particular is the Lambda Runtime API for AWS La...
New
leifericf
I’m wondering if anyone has experience in deploying Elixir apps (Phoenix apps or otherwise) to Microsoft Azure. If so, I would love to he...
New
fireproofsocks
I’m not a Lambda fan-boy because I think it’s overprescribed as a cure-all for every possible problem when in reality, Lambdas are best s...
New
markmark206
Downloading Erlang / Elixir from https://packages.erlang-solutions.com/ stopped working for us today. Is there another “official” / safe...
New
rbino
Hi everybody! We’re in the process of moving a project consisting of several Elixir applications from Distillery 1.x and Conform to Elix...
New
luechtdev
On my development VM (specs see below) - starting an elixir / erlang container takes up 2G of physical memory while running iex locally o...
New
sergio
Hey there, we’re going to walk through deploying a Phoenix app to a DigitalOcean droplet, manually - no tools no nothing. Just straight u...
New
bartekupartek
I’ve multiple api instances installed on the on premise servers that are sometimes offline. I’d like to setup one master admin node that ...
New
ca1989
Hi all, is there any up to date resource out there (blog, talk, video, book…) about deploying elixir applications using releases? In pa...
New
jdj_dk
Hi everyone. I’m trying to setup a small cluster with three nodes. I’m using libcluster as I have before. But my nodes doesn’t have a us...
New
silverdr
How do you typically serve Phoenix applications? It’s common for many envs to have a reverse proxy (pure http server) set as the “first l...
New
Richardm
Hi, Is asdf still the best way of installing Elixir and Erlang on a Linux system? Thanks Richard
New
mohammedzeglam
I am trying deploy phoenix app to cloud run every thing works locally fine using public IP but when i deployed to cloud run the app could...
New
lmletham
Hey guys! I have deployed my Phoenix project to Fly here and set up my DNS records and certs in order to connect to my custom domain her...
New

Last Three Year's Trending Top

Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
yurko
Here are few pieces of (common) Linux knowledge that we use for reasonably small one server apps. We use Ubuntu but this should work for ...
New
gmc
I managed to deploy my Phoenix App on an external virtual server using Docker. The only thing missing is the call of “migrate” to run the...
New
jfrolich
Did anyone successfully set up ECS using distributed Elixir? I am tackling this right now. I am especially interested how to connect the...
New
alphanumeric
Is Elixir able to power a social network messaging system with the same user volume as FB, Telegram or Whatsapp?
New
mindreframer
Hey everyone, yesterday I have played around with Vite.js and it feels really nice for frontend dev in Phoenix. The setup is currently a ...
New
rm-rf-etc
I have a private project which I’m thinking of making public, but I want to first see if there’s interest. I think elixir is an excellen...
New
thiagohdeplima
My team is building various micro-services using elixir. Some of needs of systems is shared (for example: authentication). To not dupli...
New
tporto
When accessing the page she tries to load lasts about 10 seconds and reloads again and stays in that loop without stopping. When accessin...
New
Rob1
sudo apt-get install elixir will install elixir 1.12 for me. Could someone give the most straightforward way for me to install Elixir 1....
New
Rob1
I came across this article about dockerizing a phoenix installation: How to Run Your Phoenix Application with Docker) But it is from ar...
New
tao
I’m deploying a Phoenix app with Elixir releases and Docker. The Phoenix docs have an example dockerfile you can use – mine is based on t...
New
sreenadh_tc
I am trying to migrate our app (that uses Tailwindcss, and React on the frontend) from Phoenix v1.5 to v1.6.11 Everything works perfectl...
New
nallwhy
I’m deploying my app with fly.io. I have no idea how to run ecto migration before deploying. If I don’t do that, new version app will m...
New
Newxan
Background Like many others we’re currently using Alpine images for our deployments. Specifically at the moment we rely on: hexpm/elixir...
New

Trending Over Three Years Top

romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
jschoch
I did a few experiments with running on lambda via exrm because I wanted to avoid writing .js as much as possible. Here is what I found....
New
Hoegbo
We are starting to wind down our local hosted cloud servers to go to something like heroic or similar. So in order to decide I would lik...
New
logicmason
Hi there, I’m working through my first release with elixir/phoenix. I’ve built a release with distillery and found that it crashes when I...
New
ojinari
Is there a way to use a completely local dependency in a Elixir project? A dependency shouldn’t be uploaded to any git cloud hosting incl...
New
uranther
I have been thinking about setting up continuous delivery and I wonder: Does running Elixir/OTP within a Docker container put you at a ...
New
jesse
Hi everyone, I hesitated to post this here because I don’t want you to think I’m spamming, but I’ve been working on a Platform-as-a-Serv...
New
actor
I am new to elixir and i wanted to confirm one thing. Lets say i have a vps with 2GB RAM and 1 CPU core. I have a csv file with 2,000,0...
New
qtheninja
New to elixir and phoenix and was trying to do a full life cycle on a simple crud. I’m having the darndest time getting Elixir to work wi...
New
New
hive
What are the best recommendations for deploying a phoenix/elixir app? Are there any good tutorials that any of you would recommend?
New
tao
I’m deploying a Phoenix app with Mix releases. I’d like to access a static file, stored in the priv/ directory, during runtime. When I e...
New
jononomo
I’m not sure if this is a Phoenix or Elixir question. I’m building this all using Phoenix, but I think this relates to Elixir and the OT...
New
AUGERClement
Hello. I’m trying to learn Docker to container my basic API. The steps I did are the following : Create the API, test it with a postm...
New
umair-iftikhar
When I run this in my terminal mix phx.server I am facing this error. I am on linux Arch. [error] `inotify-tools` is needed to run `file...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement