Getting Started

Installation

Go Install

go install github.com/codeupify/upify@latest

Pre-built Binaries

Linux and macOS

  1. Download from releases page
  2. Move to PATH:
    mv upify /usr/local/bin/
    chmod +x /usr/local/bin/upify
    

Windows

  1. Download from releases page
  2. Add binary location to system PATH

Quick Start

  1. Initialize project:
    upify init
    
  2. Set environment variables in .upify/.env (see Environment Variables)

  3. If you aren’t using a web framework, you’ll need to add code to your wrappers (see Wrappers)

  4. Add cloud platform:
    upify platform add aws
    
  5. Deploy:
    upify deploy aws