Go to file
2024-02-13 16:42:11 +00:00
.gitea zwischenstand made a mongodump on current local database for tests to have data 2024-02-13 16:36:15 +00:00
.vscode Initial commit 2023-12-26 20:24:42 +01:00
.yarn zwischenstand 2024-02-13 16:36:09 +00:00
api zwischenstand 2024-02-13 16:36:09 +00:00
docs zwischenstand 2024-02-13 16:36:09 +00:00
frontend update 2024-02-13 16:42:11 +00:00
scripts Initial commit 2023-12-26 20:24:42 +01:00
types zwischenstand 2024-02-13 16:36:09 +00:00
vendor/svelte-routing zwischenstand 2024-02-13 16:36:09 +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 zwischenstand 2024-02-13 16:36:09 +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 zwischenstand 2024-02-13 16:36:09 +00:00
package.json zwischenstand 2024-02-13 16:36:09 +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 zwischenstand 2024-02-13 16:36:09 +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