Files
datalogger-POC/README.md
Patrick McDonagh 0fba320e84 Updates README file
2016-12-05 16:22:42 -06:00

26 lines
472 B
Markdown

# POConsole Data Acquisition and Storage Platform
By Henry Pump
## Installation
1. Clone this repo
2. Make the init script and start scripts executable. Move the init script and register it.
```
chmod +x start.sh
chmod +x datalogger.sh
sudo cp datalogger.sh /etc/init.d/datalogger
sudo update-rc.d datalogger defaults
```
## Running the Data Logger
```
sudo service datalogger start
```
## Credits
Developed by Patrick McDonagh, Henry Pump
pmcdonagh@henry-pump.com