Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 620 Bytes

README.md

File metadata and controls

49 lines (42 loc) · 620 Bytes

ssswitch

Name: ssswitch Editor: Sam Version: v1.1

1. Introduction

This tool is used to turn on or off the superset.

2. Preparation

  1. Configure the IP_ADDRESS of your superset
vi ssswitch

IP_ADDRESS="x.x.x.x"
  1. Configure the PORT of your service.
vi ssswitch

PORT="xxxx"
  1. Activate the superset env
conda activate <your superset env>
  1. Grant X mode to this file
chmod +x ssswitch

3. Usage

  1. start
ssswitch start
  1. stop
ssswitch stop
  1. restart
ssswitch restart
  1. status
ssswitch status