Skip to content
/ phoenix-gitpod Public template
forked from benvp/phoenix-gitpod

Sample repository for a Phoenix App running in Gitpod. Also compiles ElixirLS for better IntelliSense support.

Notifications You must be signed in to change notification settings

ronenosity/phoenix-gitpod

 
 

Repository files navigation

Phoenix application in Gitpod

Open in Gitpod

Sample application to develop Phoenix applications in Gitpod.

What's in the box?

  1. Dockerfile based upon gitpod/workspace-full.
  2. PostgreSQL 14
  3. Compiles ElixirLS extension with the current Erlang/Elixir version to properly autocomplete when using the use macro. The extension is installed using a task in .vscode/tasks.json. Currently there is no other way to do this until you can define extensions via a local file path in .gitpod.yml.

Files to look at

  1. .gitpod.yml
  2. .gitpod.Dockerfile
  3. gitpod/install_extensions.sh
  4. .vscode/tasks.json

About

Sample repository for a Phoenix App running in Gitpod. Also compiles ElixirLS for better IntelliSense support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 73.1%
  • HTML 23.6%
  • JavaScript 2.7%
  • Other 0.6%