소스 검색

Added a readme file

root 7 년 전
부모
커밋
6bcd807a09
1개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. 24 0
      readme.md

+ 24 - 0
readme.md

@@ -0,0 +1,24 @@
+# meschat-docker
+
+## Create a aredn meshchat server using docker
+
+## Instructions
+Use Jacob's [instructions](http://www.trevorsbench.com/meshchat-messaging-for-mesh-networks/) for installing the API package on your aredn node
+
+## Example of docker run 
+
+docker run --rm  -e "LOCAL_NODE=192.168.50.2" -e "MESH_ZONE=MeshChat" -h kf7ztb.local.mesh -p 9050:80 snppla/meshchat-docker
+
+## Hostname
+
+Set the hostname to match your aredn dns name
+
+## Environment Variables:
+
+### `MESH_ZONE`
+
+Set the zone. By default it is set to MeshChat
+
+### `LOCAL_NODE`
+Set the ip address of the aredn node
+