logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install HexmosTech/glee. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

HexmosTech/glee Installation Guide

How to install HexmosTech/glee. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for HexmosTech/glee. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i HexmosTech/glee
or

Install via npx

npx @hexmos/ipm i HexmosTech/glee

Prerequisites

Go programming language

language

Version: >=1.18

wget

package

PowerShell

shell

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install or Update for Linux/MacOS/WSL

wget -O - https://raw.githubusercontent.com/HexmosTech/glee/main/install.sh | bash

Install for Windows (Command Prompt)

powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/HexmosTech/glee/main/install.bat', 'install.bat'); Start-Process 'install.bat';"

Install for Windows (Manual Executable)

Move-Item -Path "C:\Path\to\Downloads\glee_windows.exe" -Destination "C:\Windows\system32\glee.exe"

Local Testing - Build into a go binary

git clone https://github.com/HexmosTech/glee

cd glee

./installbin.sh

Local Testing - Run the Go Files Directly

git clone https://github.com/HexmosTech/glee

cd glee

go run . your-post.md

Post Installation Steps

  • Configure the .glee.toml file in your home directory.
  • Open the configuration file $HOME/.glee.toml and modify the ghost, image backend and AWS S3 credential (optional).
  • Provide the Ghost Admin API Key, Ghost Version, and Ghost URL in the .glee.toml file.
  • Configure the image storage backend (Ghost Database or AWS S3) in the .glee.toml file.
  • If using AWS S3, configure the S3 credentials in the .glee.toml file.