[I82] creating sqlite db from hpr.sql #86

Merged
rho_n merged 13 commits from I82_creating-sqlite-db-from-hpr.sql into main 2023-03-04 05:00:41 +00:00
Owner

This adds a bash script which generates the hpr.db file from the hpr.sql dump file, and then regenerates the website. It is based on the script used on hpr.horning.us to update the website daily.

This adds a bash script which generates the hpr.db file from the hpr.sql dump file, and then regenerates the website. It is based on the script used on hpr.horning.us to update the website daily.
rho_n added the
Feature Request
label 2023-03-04 04:59:33 +00:00
rho_n self-assigned this 2023-03-04 04:59:33 +00:00
rho_n added 13 commits 2023-03-04 04:59:34 +00:00
0ed7efe93b
Initial add of bash library for update utils
Stubs for functions to be used in update scripts.
094287837c
Put variables into local scope of the function
Forgot to use the local keyword when declaring the variables.
f8e397d0bd
Add required script mysql2sqlite to repository
Converts MySQL dump to SQLite3 compatible dump
    (including MySQL KEY xxxxx statements from the CREATE block).

    Website: https://github.com/dumblob/mysql2sqlite
    The MIT License (MIT)
    Copyright (c) 2015 esperlu, 2016 dumblob
add92ef20d
Add utility script to refresh the local website
This script  will download latest MySQL dump file from
hacckerpublicradio.org. Generate a new hpr.db SQLite file,
and then regenerate all of the website files.
24a12a5af3
Update instructions for creating SQLite db
Update the main README file and the POD Installation section
of the site-configuration program.
rho_n merged commit 444c05f8f9 into main 2023-03-04 05:00:41 +00:00
rho_n deleted branch I82_creating-sqlite-db-from-hpr.sql 2023-03-04 05:00:50 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rho_n/hpr_generator#86
No description provided.