Go to file
2024-01-27 18:58:35 +00:00
.gitea backend & types 2024-01-27 18:58:35 +00:00
.vscode Initial commit 2023-12-26 20:24:42 +01:00
.yarn backend & types 2024-01-27 18:58:35 +00:00
api backend & types 2024-01-27 18:58:35 +00:00
frontend backend & types 2024-01-27 18:58:35 +00:00
scripts Initial commit 2023-12-26 20:24:42 +01:00
types backend & types 2024-01-27 18:58:35 +00: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 backend & types 2024-01-27 18:58:35 +00: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 backend & types 2024-01-27 18:58:35 +00:00
esbuild.config.js backend & types 2024-01-27 18:58:35 +00:00
esbuild.config.legacy.js Initial commit 2023-12-26 20:24:42 +01:00
esbuild.config.server.js backend & types 2024-01-27 18:58:35 +00:00
Makefile Initial commit 2023-12-26 20:24:42 +01:00
package.json backend & types 2024-01-27 18:58:35 +00:00
README.md backend & types 2024-01-27 18:58:35 +00:00
svelte.config.js backend & types 2024-01-27 18:58:35 +00:00
tsconfig.json backend & types 2024-01-27 18:58:35 +00:00
yarn.lock backend & types 2024-01-27 18:58:35 +00: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_starter) 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