canwe / takipi-storage

Takipi storage server for hybrid on-prem

Home Page:https://www.overops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Takipi Storage

Build and run:

  • clone the repo
  • cd takipi-storage
  • mvn compile package
  • 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-2.0.tar.gz
  • Now with sudo:
  • cd /opt
  • tar zxvf <path-to-download>/takipi-storage-2.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
  • Edit /etc/init.d/takipi-storage and point it to a valid Java installation
  • Run the service: service takipi-storage start

Docker:

  • Follow the Dockerfile instructions in the docker subfolder

About

Takipi storage server for hybrid on-prem

https://www.overops.com


Languages

Language:Java 98.9%Language:Dockerfile 1.1%