Darkseal
GuinsooLabGitHub
  • Welcome to Darkseal!
  • Overview
    • Tutorial
    • Features
      • Basic Features
      • Discovery and Collaboration
      • Glossaries
      • Data Insights
      • Integrations
      • Alerts and Notifications
    • Releases
    • Roadmap
  • Deployment
    • Docker Deployment
    • Bare Metal Deployment
    • Enable Security
      • Basic Authentication
      • Google SSO
      • Okta SSO
      • One Login SSO
      • Keycloak SSO
      • MorganaToken SSO
      • JWT Token
    • Server Configuration
    • Airflow
  • Connectors
    • Database
      • Clickhouse
      • Databricks
      • DeltaLake
      • Druid
      • Hive
      • MariaDB
      • MySQL
      • Pinot
      • Postgres
      • Presto
      • Trino
    • Dashboard
      • Metabase
      • Redash
      • Spotrix
      • Superset
    • Messaging
      • Kafka
      • Redpanda
    • Pipeline
      • Airflow
      • Airbyte
      • Dagster
    • ML Model
      • ML Flow
    • Metadata
      • Amundsen
      • Datahub
    • Ingestion
      • Workflows
      • Lineage
      • Versioning
  • Main Concepts
    • High Level Design
    • Metadata Standard
      • Schemas
  • Developers
    • Architecture
    • Contribute
    • Web Hooks
  • Appendix
    • FAQs
    • APIs
Powered by GitBook
On this page
  1. Deployment

Bare Metal Deployment

# Clone source
git clone git@github.com:GuinsooLab/darkseal.git

# Package 
cd darkseal
mvn clean package -DskipTests

# Prepare database and indexes
./bootstrap/bootstrap_storage.sh drop-create-all

# Start Server
cd /openmetadata-dist/target
tar zxvf openmetadata-xxx.tar.gz
cd openmetadata-xxx
./bin/openmetadata-server-start.sh ./conf/openmetadata.yaml
PreviousDocker DeploymentNextEnable Security

Last updated 2 years ago