Go to file
2023-12-26 20:24:42 +01:00
.gitea/workflows Initial commit 2023-12-26 20:24:42 +01:00
.vscode Initial commit 2023-12-26 20:24:42 +01:00
.yarn Initial commit 2023-12-26 20:24:42 +01:00
api Initial commit 2023-12-26 20:24:42 +01:00
docs Initial commit 2023-12-26 20:24:42 +01:00
frontend Initial commit 2023-12-26 20:24:42 +01:00
scripts Initial commit 2023-12-26 20:24:42 +01:00
types Initial commit 2023-12-26 20:24:42 +01:00
.basic-auth-code Initial commit 2023-12-26 20:24:42 +01:00
.basic-auth-web Initial commit 2023-12-26 20:24:42 +01:00
.drone.yml.bak Initial commit 2023-12-26 20:24:42 +01:00
.env Initial commit 2023-12-26 20:24:42 +01:00
.gitattributes Initial commit 2023-12-26 20:24:42 +01:00
.gitignore Initial commit 2023-12-26 20:24:42 +01:00
.prettierrc Initial commit 2023-12-26 20:24:42 +01:00
.yarnrc.yml Initial commit 2023-12-26 20:24:42 +01:00
babel.config.json Initial commit 2023-12-26 20:24:42 +01:00
docker-compose-local.yml Initial commit 2023-12-26 20:24:42 +01:00
drone.yml Initial commit 2023-12-26 20:24:42 +01:00
esbuild.config.js Initial commit 2023-12-26 20:24:42 +01:00
esbuild.config.legacy.js Initial commit 2023-12-26 20:24:42 +01:00
esbuild.config.server.js Initial commit 2023-12-26 20:24:42 +01:00
Makefile Initial commit 2023-12-26 20:24:42 +01:00
package.json Initial commit 2023-12-26 20:24:42 +01:00
README.md Initial commit 2023-12-26 20:24:42 +01:00
svelte.config.js Initial commit 2023-12-26 20:24:42 +01:00
tsconfig.json Initial commit 2023-12-26 20:24:42 +01:00
yarn.lock Initial commit 2023-12-26 20:24:42 +01:00

Tibi Docs und Demo Projekt

Diese Repo enthält die Dokumentation zum TibiCMS und eine Demo-Projekt welches die Dokumentation begleitet.

Das Demo-Projekt kann als Vorlage für neue Tibi-Projekte verwendet werden.

neues Projekt - Checkliste

  • neues Projekt im gitbase.de anlegen (cms/tibi-docs) als Vorlage verwenden
  • klonen
  • bereinigen
git filter-branch -f --index-filter 'git rm -rf --cached --ignore-unmatch .yarn/cache' HEAD
git filter-branch -f --index-filter 'git rm -rf --cached --ignore-unmatch docs' HEAD
git push --force
  • anpassen

    • .env
    • docker-compose-local.yml -> name:
    • api/...
  • upgraden

mkdir tmp
# evtl. zuvor: yarn install
make yarn-upgrade
make docker-pull

# falls Fehler auftreten, evtl. Berechtigungen fixen
make fix-permissions
  • los programmieren
make docker-start

# bei erstem fehlerhaften Start, evtl. Berechtigungen fixen:
make fix-permissions