Create README.md
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal file
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user