Skip to content
Alex Arbuckle edited this page Jan 30, 2024 · 41 revisions

Installation

git clone https://github.com/lxRbckl/Project-JA.git

cd Project-JA

echo -e '#!/bin/bash\n\nnode ./hook/pre-commit.js' > .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit

What the following does; this installation for developer mode


Using Kubernetes

apiVersion: v1
kind: Pod
metadata:
  name: ja
spec:
  restartPolicy: Always
  containers:
    - name: ja
      image: lxrbckl/project-ja:latest
      env:
        - name: tokenopenai
          value: ""
        - name: tokendiscord
          value: ""

What the following does


Clone this wiki locally