Skip to content

MotoDash is a Raspberry Pi powered dashboard designed for fanatic motorcyclists that gives the rider the ability to track their performance.

Notifications You must be signed in to change notification settings

zhoushoujianwork/motoDash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. start

DB

docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=motobox --name mariadb mariadb:10.2.40

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION; 

create database motodashdb;

mysql -u root -h 192.168.1.40 -P 3306 -pmotobox

mysql -u root -h 192.168.1.40 -P 3306 -pmotobox < Database/data.sql 

其他

打包项目依赖

yum install -y make gcc mysql-devel
pip3 freeze >requirements.txt

About

MotoDash is a Raspberry Pi powered dashboard designed for fanatic motorcyclists that gives the rider the ability to track their performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 27.7%
  • CSS 27.2%
  • JavaScript 24.8%
  • Python 20.3%