Skip to content

Instantly share code, notes, and snippets.

View rodeinator's full-sized avatar

Michael Rode rodeinator

View GitHub Profile
@rodeinator
rodeinator / Deploy a Phoenix app with Dokku.md
Last active February 28, 2024 17:29 — forked from col/Deploy a Phoenix app with Dokku.md
Deploy a Phoenix app with Dokku
@rodeinator
rodeinator / upgrade.md
Last active May 16, 2019 06:11 — forked from chrismccord/upgrade.md
Phoenix 1.2.x to 1.3.0 Upgrade Instructions

If you want a run-down of the 1.3 changes and the design decisions behidn those changes, check out the LonestarElixir Phoenix 1.3 keynote: https://www.youtube.com/watch?v=tMO28ar0lW8

To use the new phx.new project generator, you can install the archive with the following command:

$ mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez

Bump your phoenix dep

Phoenix v1.3.0 is a backwards compatible release with v1.2.x. To upgrade your existing 1.2.x project, simply bump your phoenix dependency in mix.exs:

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname