From fe457ba2b19121ba991da5a2be7356b9ceb91416 Mon Sep 17 00:00:00 2001 From: Harshad Sharma Date: Mon, 13 May 2024 15:32:26 +0530 Subject: [PATCH] Update readme --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b1ecda4..e161972 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,23 @@ To start your Phoenix server: Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. -Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html). -## Learn more +## User management - * Official website: https://www.phoenixframework.org/ - * Guides: https://hexdocs.pm/phoenix/overview.html - * Docs: https://hexdocs.pm/phoenix - * Forum: https://elixirforum.com/c/phoenix-forum - * Source: https://github.com/phoenixframework/phoenix +> Every user has full access to every part of the system via Freedive, +do NOT create accounts for people you do not trust to have root access +on this machine. + +### Devel + +Create release: + +- `mix release --overwrite` + +Create account on dev server + +- `_build/dev/rel/freedive/bin/freedive eval "Freedive.Release.account_create"` + +Reset password for account on dev server + +- `_build/dev/rel/freedive/bin/freedive eval "Freedive.Release.password_reset"`