# GerbLook **Repository Path**: shareceo/GerbLook ## Basic Information - **Project Name**: GerbLook - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-05 - **Last Updated**: 2025-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GerbLook ======= Copyright 2013 Hadley Rich, nice technology Ltd. Website: A web based gerber renderer based on Python, gerbv and imagemagick held together with a little glue and string. Running your own instance ------------------------- - Install [Redis](http://redis.io/) and run redis-server (default port is 6379 which will work) - Install `libpq-dev`,`imagemagick` and `gerbv` - `pip install -r requirements.txt` - `./renderer.py &` - `./manage.py` and direct your browser to `0.0.0.0:5000` LICENSE ------- BSD - See LICENSE file