dotfiles/backend
Nikos Papadakis 7fe45ca94b
setup CI and a more complete installation script
Use woodpecker-ci to deploy binaries to the R2 object storage. Use
multi-target builds to deploy multiple binaries for one or more CPU
architectures.

Now the installation script lives on the root of the repo, and it is
more complete checking the machine's requirements, operating system and
cpu architecture.
2023-07-19 23:01:18 +03:00
..
assets Init! 2023-06-01 12:49:27 +03:00
config setup CI and a more complete installation script 2023-07-19 23:01:18 +03:00
lib setup CI and a more complete installation script 2023-07-19 23:01:18 +03:00
priv backend: live connection status! 2023-07-09 19:41:41 +03:00
test Add servers liveview 2023-06-14 09:42:24 +03:00
.formatter.exs backend: run upgrade 2023-06-20 18:48:33 +03:00
.gitignore Add protobuf compiling to the elixir backend 2023-06-24 20:10:22 +03:00
mix.exs backend: add "agents" context 2023-06-27 22:28:00 +03:00
mix.lock backend: run mix deps.update --all 2023-07-12 13:19:18 +03:00
README.md Init! 2023-06-01 12:49:27 +03:00

Prymn

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more