83 breaking releases

0.268.0 Mar 10, 2024
0.266.0 Feb 28, 2024
0.265.0 Dec 23, 2023
0.264.0 Nov 22, 2023
0.1.3 Mar 11, 2020

#185 in HTTP server

Download history 300/week @ 2024-02-23 334/week @ 2024-03-01 138/week @ 2024-03-08 20/week @ 2024-03-15 5/week @ 2024-03-22 45/week @ 2024-03-29

209 downloads per month

MIT license

235KB
605 lines

rblog

Blog engine written in rust.

Installing

cargo install rblog

Running from source code

git clone https://github.com/prabirshrestha/rblog.git
cargo run

Running from source with listenfd

cargo install systemfd
systemfd --no-pid -s http::8080 -- cargo watch -x 'run'

Running in docker

Running tagged docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.conf -p 8080:8080 prabirshrestha/rblog:v0.264.0

Running latest docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.conf -p 8080:8080 prabirshrestha/rblog:latest

Running nightly docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.conf -p 8080:8080 prabirshrestha/rblog:nightly

For demos ignore the volume mappings.

docker run -p 8080:8080 prabirshrestha/rblog:nightly

License

MIT

Dependencies

~34–50MB
~1M SLoC