Local Installation

This is how to install a local copy of Krypted, which is primarily used by developers. Do not use this method in production unless you’re familar with making Django applications production ready.

Clone the Repository

Clone the GitHub repository to your local file system. git clone https://github.com/KryptedGaming/krypted.git

Run the installation script

  1. Navigate to the directory cd krypted
  2. Ensure permissions are correct chmod +x ./install/install.sh launcher
  3. Create a virtual environment ./launcher env
  4. Enter your virtual environment source ./myenv/bin/activate
  5. Run the installation script ./launcher install
  6. Verify your installation ./launcher test