Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Deployment configuration for fairplay_server

License

Notifications You must be signed in to change notification settings

TV-Encryption/fairplay_server-deployconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fairplay_server Deployconf

Quick and dirty deployment configuration.

How to use

  1. Clone fairplay_server project in this projects directory.
  2. Clone FairplayKSM into fairplay_server/docker as mentioned in the readme of fairplay_server.
  3. Run the following command to get a Djano secret key:
    docker run --rm django python -c "from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())"
  4. Copy .env.exampleto .env and fill out all empty settings.
  5. Put the private key at secrets/dev_private_key.pem
  6. Put the ASK at secrets/ask
  7. docker-compose up -d

About

Deployment configuration for fairplay_server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages