Skip to content

A simple website which will facilitate physical hardware checkout

Notifications You must be signed in to change notification settings

AutomotiveDevOps/CloudHIL_DeviceManager

 
 

Repository files navigation

HardwareCheckout

A simple website which will facilitate physical hardware checkout

Server

Dev setup

  • Optional - set up virtual env
    python3 -m virtualenv venv
    source venv/bin/activate
    
  • pip3 -r requirements.txt
  • ./run.sh

Add admin

  • ./addAdmin.py <username> <password>

Add device type

  • ./addDeviceType.py <type name>

Add device

  • ./addDevice.py <device name> <password> <device type>

Hardware setup

  • ./tmate/install.sh <hostname or ip of server>

About

A simple website which will facilitate physical hardware checkout

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.0%
  • HTML 11.5%
  • JavaScript 7.1%
  • Shell 7.0%
  • CSS 1.4%