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
- 5 months ago
- October 6, 2015
License
MIT License
Links
Synced at
Sun, 24 Nov 2024 01:47:41 GMT
Languages