Skip to content
Snippets Groups Projects
README.md 1.05 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Metabase Enterprise Edition
    
    ## License
    
    Usage of files in this directory and its subdirectories, and of Metabase Enterprise Edition features, is subject to
    
    the [Metabase Commercial License](https://www.metabase.com/license/commercial), and conditional on having a
    
    fully-paid-up license from Metabase. Access to files in this directory and its subdirectories does not constitute
    permission to use this code or Metabase Enterprise Edition features.
    
    
    Unless otherwise noted, all files Copyright © 2022 Metabase, Inc.
    
    ### Front-end
    
    ```sh
    MB_EDITION=ee yarn build-hot
    ```
    
    
    Clear the Webpack cache using `yarn remove-webpack-cache` if you previously ran OSS edition in dev mode to avoid unexpected application behavior.
    
    
    Cam Saul's avatar
    Cam Saul committed
    You need to add the `:ee` alias to the Clojure CLI command to run Metabase Enterprise Edition.
    
    Cam Saul's avatar
    Cam Saul committed
    # Start a local Metabase server that includes EE sources
    clojure -M:ee:run
    
    Cam Saul's avatar
    Cam Saul committed
    # start a REPL that includes EE sources.
    clojure -A:ee
    
    Cam Saul's avatar
    Cam Saul committed
    # start a REPL that includes EE sources & test namespaces.
    clojure -A:dev:ee:ee-dev