Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 865 Bytes

README.rst

File metadata and controls

35 lines (26 loc) · 865 Bytes

Logo

Introduction

PackOne, inspired by the "serverless" trend in cloud computing and big data processing, has the ambitions to bridge the IaaS to Apache Ambari seamlessly and coordinate Ambari Services into an elastic high-level workspace.

Install

Choose a linux host with python 3.6, and create a postgresql db with its information (db_user, db_passwd, db_host, db_port, db_name) collected. Then run:

pip install pk1

pip install -U pip setuptools

pk1 setup --database db_user:db_passwd:db_host:b_port:db_name

Run

pk1 start [--listening 127.0.0.1:11001]

Stop

pk1 stop

Uninstall

pk1 uninstall