Build and run:
- clone the repo
cd takipi-storagemvn compile packagejava -jar target/takipi-storage-2.3.0.jar server settings.yml
Deploy:
wget https://s3.amazonaws.com/app-takipi-com/deploy/takipi-storage/takipi-storage-latest.tar.gz- Now with sudo:
cd /opttar zxvf <path-to-download>/takipi-storage-latest.tar.gzcp /opt/takipi-storage/etc/takipi-storage /etc/init.d- Ubuntu:
/usr/sbin/update-rc.d takipi-storage defaults - RHEL:
/sbin/chkconfig takipi-storage on - Edit
/etc/init.d/takipi-storageand point it to a valid Java installation - Run the service:
service takipi-storage start
Docker:
- Follow the Dockerfile instructions in the docker subfolder