From 0064425128b5edc44a27e7b3297d2a7674532da0 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 25 Apr 2025 06:12:22 -0700 Subject: [PATCH] Update README with more project details. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 28f99fb..41ebafd --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -# python-buddy-api +# "Buddy", the Django API and Slack Bot -The 2018 implementation of the Buddy API used in a Slack chat. Written in Django. Added to archives 2025-04-25. \ No newline at end of file +The 2018 implementation of the Buddy API used in a Slack chat. +Written in Django. Added from archives 2025-04-25. + +Project was placed directly in the `/root/` folder of a container. The old crontab +does not have specific instructions on how to start the server, there was likely +a service which handled that. My 2025 guess after not using Django for 6 years +would be that `bin/init_python.sh` and `bin/init_buddy_walk.sh` were run, or at +least that is what was used to test locally. + +Tried getting it to run and provide more context in this README as to how the +projet can be installed and operated, but not looking to set up Django at this +time, just going to use the repo as a reference when rewriting in a different +language.