Gitiles
Code Review Sign In
gerrit.opencord.org / xos / 5faac655bda17581e10d911458fc9f3b26def2ed / . / xos / coreapi
tree: 2de57d2a3bb3d56acf79805dc9b5895258100070 [path history] [tgz]
  1. .gitignore
  2. Makefile
  3. README.md
  4. apihelper.py
  5. apistats.py
  6. app_list_builder.py
  7. authhelper.py
  8. backuphandler.py
  9. backupprocessor.py
  10. backupsetwatcher.py
  11. certs/
  12. core_main.py
  13. decorators.py
  14. dynamicbuild.py
  15. env.sh
  16. grpc_client.py
  17. grpc_server.py
  18. protos/
  19. reaper.py
  20. start_coreapi.sh
  21. test_backuphandler.py
  22. test_backupprocessor.py
  23. test_backupsetwatcher.py
  24. test_config.yaml
  25. test_dynamicbuild.py
  26. tests/
  27. try_models.py
  28. unload_unwanted_apps.py
  29. wait_for_db.py
  30. xos_dynamicload_api.py
  31. xos_filetransfer_api.py
  32. xos_modeldefs_api.py
  33. xos_utility_api.py
  34. xos_version.py
xos/coreapi/README.md

Quick Start Notes:

  1. cd protos

  2. make install-protoc

  3. apt-get -y install cython

  4. python -m pip install grpcio grpcio-tools

  5. make rebuild-protos

  6. make

  7. cd ..

  8. source env.sh

  9. python ./grpc_server.py

Note: If you don't run env.sh before running grpc_server.sh, things break.

Powered by Gitilestxt json