Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webbhm authored Nov 25, 2018
1 parent b0dc22d commit f5a536c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# MVP III

Latest Release: 3.1.7
Latest Release: 3.1.8

Chanage Log: 2018/11/24
- Fix CouchDB binary download to modify ownership to couchdb
- Chanage ownership of log files to fix write problem
- Add java script to index.html to give charts a unique name (Chrome caching problem fix)

Change Log: 2018/10/2
- Added binary CouchDB to get around build problems
Expand Down Expand Up @@ -137,8 +138,8 @@ NC='\033[0m' # Define default text
EXTRACT=/home/pi/unpack # Working directory for download and unzipping
TARGET=/home/pi/MVP # Location for MVP
RELEASE=mvp # Package (repository) to download
VERSION=v3.1.7 # github version to work with
ZIP_DIR=3.1.7
VERSION=v3.1.8 # github version to work with
ZIP_DIR=3.1.8
GITHUB=https://github.com/futureag/$RELEASE/archive/$VERSION.zip # Address of Github archive
echo $EXTRACT
Expand Down Expand Up @@ -189,9 +190,6 @@ cd $EXTRACT/$RELEASE-$ZIP_DIR/MVP || error_exit "Failure moving to "$EXTRACT/$RE
mv * $TARGET
echo $(date +"%D %T") "MVP moved"
# Adjust to help log writting permissions
sudo usermod -a -G couchdb pi
########################################
echo "##### Relsease Specific Build #####"
# Complete the release specific build - this is the CouchDB extract
Expand Down

0 comments on commit f5a536c

Please sign in to comment.