Versions Compared

Key

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

...

Go to the SAMDistImages directory and run the following command:

Code Block
make install

Additionally, it might be required to run a few more steps within the php container (docker exec -it php /bin/sh):

Code Block
php artisan db:seed (if the databse needs to be seeded with Amadis defaults)
php artisan passport:keys (macos only?)

Note

Version 1.1.x + JFrog

...

Code Block
docker-compose -f docker-compose-prod.yml up --build -d http

Additionally, it might be required to run a few more steps within the php container (docker exec -it php /bin/sh):

Code Block
php artisan db:seed (if the databse needs to be seeded with Amadis defaults)
php artisan passport:keys (macos only?)

KeyEmbeddingTool

To export the device transport key securely, the server will leverage a tool from Zimperium called KeyEmbeddingTool. That tools comes in two flavors: development and production.

...