crpaste
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
- 5
- 0
- 2
- 8 months ago
- October 6, 2015
License
MIT License
Links
Synced at
Fri, 21 Feb 2025 04:39:07 GMT
Languages