The successor to my homepage. Hold on to your butts.
Go to file
2021-09-25 22:45:30 -04:00
cgi-bin Latest and greatest guestbook script 2021-06-10 21:05:30 -04:00
public Some more JS clean-up (2nd attempt...) 2021-08-13 14:11:43 -04:00
templates Fix theme color code 2021-09-25 22:45:30 -04:00
.gitignore Implement session cookie 2021-03-12 23:22:50 -05:00
cpanfile Some clean-up and new additions: 2021-06-10 20:41:27 -04:00
Dockerfile Upgrade Perl version; remove redundant fat commas; clean up reflection page 2021-05-31 00:57:39 -04:00
LICENSE Fixed LICENSE and un-broke a thing in the guestbook CGI script 2021-05-11 23:05:35 -04:00
README.md Misc tweaks 2021-04-15 17:35:28 -04:00
www-swagg.pl Clean up unnecessary fat commas 2021-06-03 23:56:51 -04:00

www2.0

The successor to my homepage. Hold on to your butts.

Building/Testing

Build the container locally

docker build -t www-swagg .

Run it locally

docker run -p 3000:3000 www-swagg:latest

Pull up http://localhost:3000 and poke around TODO: Should create automated tests for this

Tagging/Pushing

Tag the image

docker tag www-swagg gcr.io/www-swagg/www-swagg

Send it

docker push gcr.io/www-swagg/www-swagg