Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The steps to start the API server that

  1. Clone the code from the repository (if you haven't cloned it before).

    Link: pred-vanet-mec - gerrit.akraino.org:

    Code Block
    git clone "https://gerrit.akraino.org/r/pred-vanet-mec"


  2. Run the following command to start the API-server:

    Code Block
    docker run mehmoodasif/NAME-OF-API-SERVER -p HOST-PORT-NUMBER:CONTAINER-PORT-NUMBER 
    # OR 
    python NAME-OF-API-SERVER.py --port PORT-NUMBER 


...