Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 364 Bytes

Plein Air

An overly-opinionated web server for publishing plain text documents.

Development

ROCKET_CONTENT_DIRECTORY=path/to/directory cargo run

Production

cargo build --production

ROCKET_CONTENT_DIRECTORY=path/to/directory \
  ROCKET_SECRET_KEY="AFlefuNeEVZIlVOd6ouvfAm1SVQ1lOTgo8rHGh9n8Es=" \
  ./target/release/plein_air