Getting Started
Installation
Go Install
go install github.com/codeupify/upify@latest
Pre-built Binaries
Linux and macOS
- Download from releases page
- Move to PATH:
mv upify /usr/local/bin/ chmod +x /usr/local/bin/upify
Windows
- Download from releases page
- Add binary location to system PATH
Quick Start
- Initialize project:
upify init
-
Set environment variables in
.upify/.env
(see Environment Variables) -
If you aren’t using a web framework, you’ll need to add code to your wrappers (see Wrappers)
- Add cloud platform:
upify platform add aws
- Deploy:
upify deploy aws