Skip to content

Commit

Permalink
Merge pull request #15 from takipi/develop
Browse files Browse the repository at this point in the history
readme change to 1.7.0
  • Loading branch information
chook authored Jan 15, 2017
2 parents fab33a1 + 40df738 commit ed59df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Build and run:
- clone the repo
- `cd takipi-storage`
- `mvn compile package`
- `java -jar target/takipi-storage-1.6.0.jar server settings.yml`
- `java -jar target/takipi-storage-1.7.0.jar server settings.yml`

Deploy:
- `wget https://s3.amazonaws.com/app-takipi-com/deploy/takipi-storage/takipi-storage-1.6.0.tar.gz`
- `wget https://s3.amazonaws.com/app-takipi-com/deploy/takipi-storage/takipi-storage-1.7.0.tar.gz`
- **Now with sudo**:
- `cd /opt`
- `tar zxvf <path-to-download>/takipi-storage-1.6.0.tar.gz`
- `tar zxvf <path-to-download>/takipi-storage-1.7.0.tar.gz`
- `cp /opt/takipi-storage/etc/takipi-storage /etc/init.d`
- Ubuntu: `/usr/sbin/update-rc.d takipi-storage defaults`
- RHEL: `/sbin/chkconfig takipi-storage on`
Expand Down

0 comments on commit ed59df8

Please sign in to comment.