GithubHelp home page GithubHelp logo

shvilam / obd-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pires/obd-server

0.0 2.0 0.0 90 KB

Webapp responsible for storing OBD (Android OBD Reader) readings.

License: Apache License 2.0

obd-server's Introduction

### BUILD INSTRUCTIONS

!!ATTENTION!!
Make sure you have JDK 7 and Maven 3.1.0 or newer.

1) Install Maven
    1.1) Download latest version from http://maven.apache.org [A];
    1.2) Extract to whatever path you see fit.
    1.3) Set the extracted folder full path as M2_HOME in your ~/.bashrc file [B];
         echo M2_HOME=/path/to/extracted/maven >> ~/.bashrc
         echo PATH=$PATH:$M2_HOME/bin >> ~/.bashrc
    1.4) Execute 'which mvn' and check if the path is correct.
    
2) Build project
    2.1) Make sure your machine has access to the Internet [C];
    2.2) Go to the project root folder and execute:
    2.2.1) 'mvn clean package'
    2.2.2) 'java -jar server/server-<version>.jar'
    2.2.3) If you want to change binding from port 8080 just append "--port XX" to the prior command
    
### FOOTNOTES
A - Avoid using 'maven' provided by your Linux distro or MacOS bundle.
B - If you're using any other terminal other than BASH, please adapt accordingly.
C - If you're using a proxy, make sure to configure it in the terminal.


### NOTES

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.