User Tools

Site Tools


code:nip98py:git

NIP98py

GIT

..


  1. git clone https://git.vanderwarker.family/nostr/nip98py
  2. cd nip98py
  3. cp env.example .env
  4. nano .env
  5. python3 -m venv .venv
  6. source .venv/bin/activate
  7. pip install -r requirements.txt

start in background (Linux/MacOSWindows has something? idk)

1)

  1. screen -dmS nip98py bash -c "gunicorn --config gunicorn_config.py app:app"

Optional Check logs

  • screen -r nip98py
1)
Just use WSL
code/nip98py/git.txt · Last modified: by stephen