From 8082d63779b3587c870f03fe442c076093010e7c Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Tue, 23 May 2017 12:46:34 -0500 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e73d2f9 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# POC to ModbusTCP Connector +# Installation +For consistency, let's install the software into the `/root` directory +1. Install docker/docker-compose +2. `sudo chmod 777 /root` +3. `cd /root` +4. Clone this repository +5. `cd` into this directory +6. Run `docker-compose up` to test the setup +7. `sudo cp docker-compose.service /etc/systemctl/system/` +8. sudo systemctl enable docker-compose +