https://github.com/roosoft/milk_run
Display bitcoin price in realtime
https://github.com/roosoft/milk_run
Last synced: 3 months ago
JSON representation
Display bitcoin price in realtime
- Host: GitHub
- URL: https://github.com/roosoft/milk_run
- Owner: RooSoft
- Created: 2021-10-12T19:29:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-10T02:03:32.000Z (4 months ago)
- Last Synced: 2026-04-10T04:07:41.752Z (4 months ago)
- Language: Elixir
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MilkRun
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4040`](http://localhost:4040) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Production build
```bash
MIX_ENV=prod mix assets.deploy
MIX_ENV=prod mix release
scp _build/prod/milk_run-0.x.0.tar.gz milkrun@prod-server:.
```
Then unpack the tarball wherever you like, such as `/opt/milk_run-0.x.0` and run this command
```bash
/opt/milk_run-0.x.0/bin/milk_run start
```
## Learn more
* 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