Luxter77 / inventory

PHP / Postgres based inventory system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventory System

PHP / Postgres based inventory system, originally developed for the BGO-OD experiment.

Attention! This system may only be used in protected internal networks as it is prone to SQL-Injection. Never ever have it accessible by the possibly malign public!

Setup instructions

Database

CREATE DATABASE inventory;
CREATE USER inventory WITH PASSWORD 'myPassword';
GRANT ALL PRIVILEGES ON DATABASE inventory to inventory;

cat schema.sql | psql inventory

Website

Use website-subfolder as webroot.

Configuration

Create config.local.php and override settings from config.php.

Add a logo and favicon!

About

PHP / Postgres based inventory system

License:GNU General Public License v3.0


Languages

Language:PHP 90.1%Language:CSS 7.6%Language:Shell 2.3%