Skip to content

A simple index page for viewing the contents of the owner DB.

Notifications You must be signed in to change notification settings

bushwickfc/owner_view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owner View

Just a single index page to give staff/owners a quick look at the data in the owner database, without requiring any credentials.

The script reads the owner_view table and renders it as an HTML table. The live app can be found at

http://db.bushwickfoodcoop.org/tools/owner_view/index.html

Requirements

This app requires a root-level copy of a credentials.php file to run. This file should be gitignored, and should have credentials for the Bushwick Food Coop's Postgres instance, formatted like so:

<?php
$user = "XXX";
$password = "XXX";
$host = "XXX";
$dbname = "XXX";
?>

Contact the Bushwick Food Coop Tech Committee for the contents of this file.

About

A simple index page for viewing the contents of the owner DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published