Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 694 Bytes

File metadata and controls

43 lines (30 loc) · 694 Bytes

Pepper Local

A simple telematics daemon/utility for storing local copy of position data while simplifying the API usages.

pepper-local-screenshot

Run development version

git clone https://github.com/drolx/pepper-local.git && \
cd pepper-local

# Create a virtual enviromental
# OR use make

make
make install

# For docker image
cp env.dev .env
make dup

# Run directly
make run

Running in production

It's recommended to use only docker in production.

cp env.prod .env
docker compose up -d

Supported IOT Software

  • GPSWox
  • Traccar
  • GPS-Server
  • Position Logic
  • Navixy
  • OSMAND