crpaste

A simplistic, command line focused pastebin.

crpaste

A simplistic, command line focused pastebin.

Installation

# Build assets
corepack install
pnpm install
pnpm run build

# Build backend
shards
crystal build --release src/crpaste.cr

# Prepare database
createdb crpaste
psql crpaste < schema.sql

# Run backend
# Default port: 8000 Change by setting PORT
# Default database: crpaste Change by setting DB
./crpaste

Usage

See usage.

Repository

crpaste

Owner
Statistic
  • 2
  • 0
  • 3
  • 0
  • 2
  • about 1 month ago
  • October 6, 2015
License

MIT License

Links
Synced at

Thu, 02 May 2024 10:33:44 GMT

Languages