Skip to content

Instantly share code, notes, and snippets.

@vishalapte
Created October 20, 2023 03:42
Show Gist options
  • Save vishalapte/fcbd1d2aeb86654aead12116ddaed927 to your computer and use it in GitHub Desktop.
Save vishalapte/fcbd1d2aeb86654aead12116ddaed927 to your computer and use it in GitHub Desktop.
Kobayashi Maru configuration
cd ~/
git clone https://github.com/eninedev/kobayashi-maru.git techtest
cd techtest
git submodule update --init
python3.8 -m venv venv
source venv/bin/activate
pip install -r config/requirements.txt
python manage.py migrate
python manage.py check
echo ""
echo "=== Test environment is configured and ready for use"
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment