Overview

The BUNK SOP Site is a web-based Standard Operating Procedures hub for BUNK Cocktails & Wings and associated venues. It provides staff, kitchen, bar, and management teams with interactive checklists, training materials, and operational guides — all accessible from any device, printable, and downloadable.

🌐 Live Site

bunk-sop.kbot.uk
Password protected — staff access only

💻 GitHub

liteko702/bunk-sop
Branch: master

🖥 Server

Served via Caddy from
/home/koala/bunk/projects/sop/

File Structure

sop/
├── index.html              ← Main BUNK SOP homepage
├── admin.html              ← Area Manager Dashboard
├── wiki.html               ← This page
│
├── peppers/                ← Pepper Rocks venue
│   ├── index.html
│   ├── opening-sheet.html
│   └── closing-sheet.html
│
├── training/               ← Training materials
│   ├── index.html
│   ├── induction-sheets.html
│   ├── Bunk-Training-Bible.docx  (Annual Training Booklet)
│   └── Bunk-Training-Log.docx
│
├── bar/                    ← Bar SOPs
├── kitchen-prep.html
├── hotdog-burgers.html
├── serving-guide.html
├── serving-guide-takeaway.html
├── opening-closing.html
├── daily-log.html
├── deep-cleans.html
└── weekly-cleaning.html

Pages

Main Homepage

Navigation hub for all BUNK SOPs. Contains the BUNK + Pepper Rocks logos at the top, section cards for Kitchen, Bar, Training, and Admin, and links to all per-venue editable documents.

Kitchen SOPs

PageDescription
opening-closing.htmlDaily opening and closing procedures — editable per venue
kitchen-prep.htmlProducts, consumables, and cleaning equipment prep
serving-guide.htmlPortion sizes and plating for in-house service
serving-guide-takeaway.htmlPackaging guide for takeaway orders
hotdog-burgers.htmlStep-by-step recipes with 75°C food safety
sauces.htmlSauce prep, quantities, storage, shelf life
deep-cleans.htmlGrease trap cleaning and oil change procedures
daily-log.htmlStock counts, temp logs, probe checks

Bar SOPs

PageDescription
bar/opening-closing.htmlFloor, bar and station opening/closing checklists
bar/weekly-cleaning.htmlDaily tasks by day — glass wash, fridges, backbar
bar/prep.htmlLIIT, juice premixes, coffee, and fruit prep
cocktail-specs.pdfHouse cocktail recipes, mixing vessels, garnishes
bar-deep-cleans.htmlGlass wash, ice machine and beer line cleaning
bar-consumables.htmlSweets, straws, cleaning supplies, till rolls
bar-station-setup.htmlIce, drinks, tools, garnishes per station

🌶 Pepper Rocks Section

A dedicated venue operations hub at /peppers/. Accessible with the same site password.

Opening Sheet Live

SectionColourTasks
🍹 Bar OpeningRed12 tasks — ice fill through to float count
🏠 Floor OpeningBlue11 tasks — lighting through to music
🍔 Bunk Hut OpeningOrange8 tasks — equipment check through to stock levels

Closing Sheet Live

Each section is split into two phases:

  • During Service — tasks to be completed throughout the shift
  • Final Close — tasks done at end of night

Shared Features (Both Sheets)

  • Drag-and-drop to reorder tasks within sections
  • Two sign-off columns: Staff (initials) + Manager (signature)
  • Time estimate per task (sourced from actual venue timing document)
  • Task descriptions for staff training and reference
  • Day tags (e.g. "Fri/Sat only", "Thu/Fri only")
  • ✏ Edit mode — inline editing, add tasks with auto-suggest, delete tasks
  • State (ticks + order) saved to browser localStorage
  • Export: Print/PDF (A4, branded header on every page), Word (.doc), Excel (.xls), CSV
  • Venue name persists across sessions

📚 Training Section

ItemStatusNotes
Annual Training BookletLivePreviously called "Training Bible" — renamed Mar 2026. Available as .docx download.
Training LogLiveEmployee training tracker template (.docx)
Induction SheetsWIPStaff induction checklists — being redesigned
Appraisal LogsPlannedManagement assessment and feedback logs — linked from induction sheets

🎨 Design System

ElementValue
Background#0a0a0a
Card background#111111
Primary / Bar accent#C0392B
Floor / Blue accent#2980b9
Kitchen / Orange accent#e67e22
Training / Purple accent#9b59b6
Heading fontOswald (Google Fonts) — uppercase, tracked
Body fontLato (Google Fonts)
Pepper Rocks logoInline SVG — dark maroon brick pattern, white stencil text

🚀 Deployment

ItemDetail
Live URLbunk-sop.kbot.uk
ServerDebian VPS (debian-4gb-hel1-1)
Web serverCaddy (file server + basic auth)
Document root/home/koala/bunk/projects/sop/
Git repogithub.com/liteko702/bunk-sop
Branchmaster (not main)
Deploy methodgit pull --rebase origin master on server
AuthHTTP Basic Auth via Caddy — site-wide password

Updating the Live Site

# On the server — edit directly and push
cd /home/koala/bunk/projects/sop
git add .
git commit -m "Description of change"
git push origin master
# Changes are live immediately
# If edits were made in a cloned copy (/tmp/bunk-sop)
cd /tmp/bunk-sop && git push origin master
cd /home/koala/bunk/projects/sop && git pull --rebase origin master

📝 Change Log

DateChange
Mar 2026"Training Bible" renamed to "Annual Training Booklet" site-wide
Mar 2026Wiki page created
Feb 2026Section headers: subtitle added, Bunk Hut label shortened, section spacing increased
Feb 2026Sign-off columns resized: Staff (initials) + Manager (signature)
Feb 2026Task timings updated from actual Pepper Rocks venue timing document
Feb 2026Edit mode added to both sheets — inline editing, auto-suggest, add/delete
Feb 2026Phase dividers added to closing sheet (During Service / Final Close)
Feb 2026Opening & closing sheets built — drag-drop, dual tick columns, print/export
Feb 2026Pepper Rocks section created at /peppers/ with SVG brick logo
Feb 2026Pepper Rocks logo added to BUNK SOP homepage header
Feb 2026Initial BUNK SOP site built and deployed to bunk-sop.kbot.uk

🗺 Planned Work

  • Induction Sheet — redesign and update for current standards
  • Link Induction Sheets → Annual Training Booklet workflow
  • Appraisal Logs — management assessment and feedback, linked from induction
  • Pepper Rocks: Weekly Cleaning Sheet
  • Pepper Rocks: Stock & Prep Sheet
  • Pepper Rocks: Cocktail Specs
  • Opening Sheet — complete
  • Closing Sheet — complete
  • Annual Training Booklet rename — complete
  • Wiki page — complete