How to install CoreBunch/Instatic. 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.
CoreBunch/Instatic Installation Guide
How to install CoreBunch/Instatic. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for CoreBunch/Instatic. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i CoreBunch/Instaticor
Install via npx
npx @hexmos/ipm i CoreBunch/InstaticPrerequisites
Bun
runtimeVersion: ^1.0.0
Docker
runtimeDocker Compose
runtimeManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Quick Start (Development)
git clone https://github.com/corebunch/instatic.git
cd instatic
bun install
bun run devProduction Deployment (Docker)
git clone https://github.com/corebunch/instatic.git
cd instatic
INSTATIC_IMAGE=ghcr.io/corebunch/instatic:latest docker compose -f compose.prod.yml -f compose.sqlite.yml up -dOne-Click Deploy (Railway - SQLite)
https://railway.com/deploy/instatic-cms-sqlite?referralCode=Zm9bVJ&utm_medium=integration&utm_source=template&utm_campaign=genericOne-Click Deploy (Railway - Postgres)
https://railway.com/deploy/instatic-cms-postgres?referralCode=Zm9bVJ&utm_medium=integration&utm_source=template&utm_campaign=genericPost Installation Steps
- Open http://localhost:5173 in your browser and follow the on-screen instructions to create your site and owner account.
