comics/README.md

424 B

Comics

The source code for the Black Ram Comics website.

Building

go build .

Deploying

./comics	# for the web server
./comics -r	# for the management interface

Note: Keep in mind the web server and management interface will run on the same port by default, so if you are planning on running both, use -p to make either of them use a different port.