Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 340 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 340 Bytes

Quick start

  1. git clone https://github.com/mage-ai/platform_template.git
  2. In the current directory (the parent directory of platform_template), start Mage:
    docker run \
        -it \
        -p 6789:6789 \
        -v $(pwd):/home/src \
        mageai/mageai:latest /app/run_app.sh mage start platform_template