Source code for the Bllack Ram Comics website https://comics.blackram.works
Go to file
drevil ed7ee74924 users can now delete posts 2023-07-03 23:21:08 -04:00
templates added manager root 2023-07-03 20:11:29 -04:00
.gitignore added manager root 2023-07-03 20:11:29 -04:00
README.md fixed typo on README 2023-05-21 23:22:02 -04:00
TODO.md added README and TODO 2023-05-21 23:19:05 -04:00
comics.go added manager root 2023-07-03 20:11:29 -04:00
go.mod started login system 2023-06-13 23:49:34 -04:00
go.sum started login system 2023-06-13 23:49:34 -04:00
manager.go users can now delete posts 2023-07-03 23:21:08 -04:00

README.md

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.