Go to file
robin 50e1af5f18
Some checks failed
deploy to production / deploy (push) Has been cancelled
anfahrt
2023-12-12 13:24:41 +00:00
.gitea/workflows coloring 2023-12-07 20:57:34 +00:00
.vscode prettier bug 2023-07-13 14:28:54 +00:00
.yarn svg-loader 2023-11-19 17:37:52 +00:00
api sort 2023-12-08 13:18:42 +00:00
frontend anfahrt 2023-12-12 13:24:41 +00:00
scripts test 2023-10-13 09:39:09 +00:00
types coloring 2023-12-07 20:24:09 +00:00
.basic-auth-code Initial commit 2023-07-13 13:12:19 +02:00
.basic-auth-web Initial commit 2023-07-13 13:12:19 +02:00
.drone.yml.bak Initial commit 2023-07-13 13:12:19 +02:00
.env coloring 2023-12-07 20:24:09 +00:00
.gitattributes ignore 2023-07-13 16:44:40 +00:00
.gitignore ignore 2023-07-13 16:44:40 +00:00
.prettierrc Initial commit 2023-07-13 13:12:19 +02:00
.yarnrc.yml Initial commit 2023-07-13 13:12:19 +02:00
babel.config.json Initial commit 2023-07-13 13:12:19 +02:00
docker-compose-local.yml coloring 2023-12-07 20:24:09 +00:00
esbuild.config.js coloring 2023-12-07 20:24:09 +00:00
esbuild.config.legacy.js Initial commit 2023-07-13 13:12:19 +02:00
esbuild.config.server.js coloring 2023-12-07 20:24:09 +00:00
Makefile Initial commit 2023-07-13 13:12:19 +02:00
package.json coloring 2023-12-07 20:24:09 +00:00
README.md Initial commit 2023-07-13 13:12:19 +02:00
svelte.config.js prettier bug 2023-07-13 14:28:54 +00:00
tsconfig.json Initial commit 2023-07-13 13:12:19 +02:00
yarn.lock svg-loader 2023-11-19 17:37:52 +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-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