Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
add deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Nov 6, 2018
1 parent 73b55a5 commit bb8c010
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,20 @@ Usage

[here]: https://github.com/lncm/ideas/issues/5#issuecomment-416109283


Enjoy!

Deployment
---

To deploy the binary to your Raspberry Pi, run (replacing all values with ones specific to your setup):

```bash
$ make deploy REMOTE_USER=root REMOTE_HOST=pi-hdd REMOTE_DIR=/home/ln/bin/
```

If you want to expose tips page (`common/index.html`), make sure to expose port `:1666` on your firewall. The page will be located at path root.


Development
---
All contributions are welcome.
Expand Down

0 comments on commit bb8c010

Please sign in to comment.