forked from hiway/freedive
Update readme
This commit is contained in:
parent
a1eb227adf
commit
fe457ba2b1
1 changed files with 18 additions and 7 deletions
25
README.md
25
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"`
|
||||
|
|
Loading…
Reference in a new issue