Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 690 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 690 Bytes

comma-api-server

A drop-in replacement for api.commadotai.com in commaai/openpilot

Recommended VPS provider

Installing

Node.js

cd comma-api-server
npm install --omit=dev

pm2

npm install pm2 -g
cd comma-api-server
NODE_ENV=production PORT=80 pm2 start bin/www --name comma-api-server --watch --ignore-watch="\.git node_modules"
pm2 startup
pm2 save

Dependencies

See also

License

GNU Affero General Public License v3.0