Updates README file

This commit is contained in:
Patrick McDonagh
2016-12-05 16:22:42 -06:00
parent 099fe06123
commit 0fba320e84

View File

@@ -4,8 +4,20 @@ By Henry Pump
## Installation
1. Clone this repo
2. Make either setdb_MySQL.sh or setdb_SQLite.sh executable
3. Run setdb_MySQL.sh or setdb_SQLite.sh
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