https://github.com/timatooth/biltongly
https://github.com/timatooth/biltongly
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timatooth/biltongly
- Owner: timatooth
- Created: 2025-01-27T07:36:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T05:57:50.000Z (11 months ago)
- Last Synced: 2025-06-27T06:33:46.829Z (11 months ago)
- Language: Elixir
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biltongly
Monitor your biltong drying process with Biltongly.
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`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## 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
# Distributed fussing
The Golden command to connect to fly.io. But can only call named functions
On Mac:
```elixir
iex --erl '-proto_dist inet6_tcp' --cookie "Fw33jJqCDYtfYpSYX4LcRYl5pTX42azGqy3OMcMOc0Ziw1bPmIuN2w==" --name 'me@fdaa:0:c3b7:a7b:9076:0:a:c02'
```
```elixir
iex --erl '-proto_dist inet6_tcp' --cookie "Fw33jJqCDYtfYpSYX4LcRYl5pTX42azGqy3OMcMOc0Ziw1bPmIuN2w==" --name 'meagain@fdaa:0:c3b7:a7b:9076:0:a:c02' --remsh 'nerves@fdaa:0:c3b7:a7b:9076:0:a:902'
```
On Nerves:
```elixir
System.cmd("epmd", ["-daemon"])
Node.start(:"nerves@fdaa:0:c3b7:a7b:9076:0:a:902")
Node.set_cookie(:"Fw33jJqCDYtfYpSYX4LcRYl5pTX42azGqy3OMcMOc0Ziw1bPmIuN2w==")
```
### on fly node
```
fly ssh console --pty -C "/app/bin/biltongly remote"
```