Skip to content

AngryEgret/ZomBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZomBlog

ZomBlog is a blogging app based heavily on Scanty (github.com/adamwiggins/scanty). Several changes, updates and additions have been made.

Usage

This service can be run as a standalone, single threaded application using a command line interface, or with thin using a rackup file.

Standalone CLI

Great for single user testing and quick runs.

./bin/zomblog -p <port> -c <username,password>

Thin / Rackup

Great for multi-threaded long term running. Especially in an nginx/thin stack with mulitple thin processes

thin start -R ./config.ru

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages