체인지로그

웹서버 구조 – v1.0.0

Core Structure

/var/www/html/wordpress/wp-content/themes/generatepress-child
  ├─ functions.php                   ─ 코어 함수
  ├─ functions-bible.php             ─ 성경 본문 모듈
  ├─ functions-eclipse.php           ─ 일식 계산 모듈
  ├─ functions-events.php            ─ 절기 계산 모듈
  ├─ functions-soybean.php           ─ 대두 시장 모듈
  └─ header.php / style.css          ─ 공통 스타일



Python Data Pipelines

/var/www/html/wordpress/wp-content/python
  ├─ update_deltat.py                ─ 델타T 파이프라인 <미국 해군 천문대>
  ├─ update_soybean_condition.py     ─ 대두 컨디션 파이프라인 <미국 농무부>
  ├─ update_soybean_cot.py           ─ 대두 포지션 파이프라인 <상품선물거래위원회>
  ├─ update_soybean_prices.py        ─ 대두 현물가 파이프라인 <미국 농무부>
  ├─ update_soybean_stocks.py        ─ 대두 재고량 파이프라인 <미국 농무부> 
  └─ update_soybean_yield.py         ─ 대두 생산량 파이프라인 <미국 농무부>



Framework Modules

/var/www/html/wordpress/wp-content/plugins
  ├─ generateblocks    ─ GeneratePress 블록 모듈
  └─ gp-premium        ─ GeneratePress 확장 모듈



CDN Bundles

/var/www/html/wordpress/wp-content/cdn
  ├─ chartjs           ─ 차트 엔진
  ├─ fullcalendar      ─ 달력 엔진
  ├─ flatpickr         ─ 날짜 입력폼 라이브러리
  ├─ select2           ─ 드롭다운 라이브러리
  ├─ leaflet           ─ 지도 엔진 <행성 통과, 기상 레이더>
  ├─ openlayers        ─ 지도 엔진 <일식>
  └─ panzoom           ─ 이미지 줌 라이브러리



Hebrew Calendar Module

/var/www/html/wordpress/wp-content/hebcal
  └─ hebcal-bundle.js      ─ 유대력 날짜 및 이벤트 계산



Specialized Data Layers

/var/www/html/wordpress/wp-content/solar-eclipse    ─ 전처리된 일식 좌표 / 바운더리
/var/www/html/wordpress/wp-content/fonts            ─ RedHat / Nexon / Digital
/var/www/html/wordpress/wp-content/usda             ─ 미국 농무부 연간 리포트 스케쥴



Cache

/var/www/html/wordpress/wp-content/mu-plugins
  └─ page-cache.php         ─ PHP-Level 페이지 캐시

/var/www/html/wordpress/wp-content
  └─ object-cache.php       ─ Memcached 객체 캐시



Backup Policy

/var/www/html/wordpress/backup
  ├─ db-backup.sh      ─ 4:00 am / 매일
  ├─ file-backup.sh    ─ 4:01 am / 매주 월요일
  └─ remote.sh         ─ 4:15 am / 매일 동기화 / Rclone -> dropbox + backblaze



Database

(Tables in wordpress_db)

bible_korHRV, celestial_events, christian_holidays, four_seasons,  
jewish_holidays, moon_phases, solar_eclipse_data, t_asv,  
us_soybeans_condition, us_soybeans_cot, us_soybeans_prices,  
us_soybeans_stocksquarterly, us_soybeans_yield, usno_deltat,  
wp_* (core WordPress tables)



Environment

GCP Compute Engine – N1 Custom Machine (Seoul region)
Server Stack : Debian / Apache / MariaDB / PHP / Memcached
Backend : Lightweight WordPress (GeneratePress)




Developed & Maintained by Soybean  
(https://www.winepress.org)