Versions Compared

Key

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

...

  • Pre-Installation Requirements

    • Deploy Device Requirements

      • Network Switch run with SONiC
        • CPU core: 4
        • RAM: 4G
        • HDD: 16G
      • Nvidia Nano run with Jetson
        • CPU core: 4
        • RAM: 2G
        • HDD: 32G
    • Complie Device Requirements

      • Arm64 device run with Ubunut 18.04+
      • CPU core: 4
      • RAM: 4G
      • HDD: 32G
      • Docker 20.10.1+
      • Golang 1.16+


  • Build PARSEC

$ git clone git clone "https://gerrit.akraino.org/r/a/cassini"

...

...

    • $

...

    • ./build.sh

      $ sudo docker images

      REPOSITORY TAG IMAGE ID CREATED SIZE

      parsec-client v1.0 aef2a010b6b5 3 months ago 17.3MB

      $ sudo docker save aef2a010b6b5 > parsec-client-v1.0-docker-aarch64.tar

      The saved parsec-client-v1.0-docker-aarch64.tar will use to delpoy on loT devices

    • Build NodeAuthServer

...

The compiled binary executable is in ./target/release/parsec.

Template of config file is in ./config.toml, it will be modify when deloy.

...


  • Maintenance

Blue Print Package Maintenance

...