/comma-api-server

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

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

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