https://github.com/cloud8421/wombat_nerves_demo
Nerves container for the Restfully Phoenix app
https://github.com/cloud8421/wombat_nerves_demo
Last synced: 8 months ago
JSON representation
Nerves container for the Restfully Phoenix app
- Host: GitHub
- URL: https://github.com/cloud8421/wombat_nerves_demo
- Owner: cloud8421
- Created: 2016-08-15T16:54:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T15:53:14.000Z (almost 10 years ago)
- Last Synced: 2025-03-02T13:26:24.552Z (over 1 year ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WombatDemo
To start your Nerves app:
* Install dependencies with `mix deps.get`
* Create firmware with `mix firmware`
* Burn to an SD card with `mix firmware.burn`
The application assumes that the supporting Postgres database has already been migrated.
# IP addresses
- WombatDemo (this app): 192.168.1.101
- Postgresql server: 192.168.1.200
- Wombat: any, as long as it can reach WombatDemo (please refer to `rel/vm.args` for name and cookie).
## Learn more
* Official docs: https://hexdocs.pm/nerves/getting-started.html
* Official website: http://www.nerves-project.org/
* Discussion Slack elixir-lang #nerves ([Invite](https://elixir-slackin.herokuapp.com/))
* Source: https://github.com/nerves-project/nerves