Updates README file
This commit is contained in:
16
README.md
16
README.md
@@ -4,8 +4,20 @@ By Henry Pump
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Clone this repo
|
1. Clone this repo
|
||||||
2. Make either setdb_MySQL.sh or setdb_SQLite.sh executable
|
2. Make the init script and start scripts executable. Move the init script and register it.
|
||||||
3. Run setdb_MySQL.sh or setdb_SQLite.sh
|
|
||||||
|
```
|
||||||
|
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
|
## Credits
|
||||||
Developed by Patrick McDonagh, Henry Pump
|
Developed by Patrick McDonagh, Henry Pump
|
||||||
|
|||||||
Reference in New Issue
Block a user