Go to file
robin 22f37ab5d0
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 11s
deploy to production / deploy (push) Failing after 1m15s
test
2023-12-16 21:25:58 +00:00
.gitea/workflows test 2023-12-16 21:25:58 +00:00
.vscode Initial commit 2023-09-17 13:24:39 +02:00
.yarn SSR 2023-12-06 20:55:40 +00:00
api ssr 2023-12-15 12:35:45 +00:00
frontend bugfix 2023-12-15 15:21:08 +00:00
scripts live? 2023-09-20 08:31:18 +00:00
types ssr 2023-12-15 12:35:45 +00:00
.basic-auth-code Initial commit 2023-09-17 13:24:39 +02:00
.basic-auth-web Initial commit 2023-09-17 13:24:39 +02:00
.drone.yml.bak Initial commit 2023-09-17 13:24:39 +02:00
.env SSR 2023-12-06 20:11:49 +00:00
.gitattributes Initial commit 2023-09-17 13:24:39 +02:00
.gitignore Initial commit 2023-09-17 13:24:39 +02:00
.opencommitignore Initial commit 2023-09-17 13:24:39 +02:00
.prettierrc Initial commit 2023-09-17 13:24:39 +02:00
.yarnrc.yml Initial commit 2023-09-17 13:24:39 +02:00
babel.config.json Initial commit 2023-09-17 13:24:39 +02:00
docker-compose-local.yml SSR 2023-12-06 20:11:49 +00:00
esbuild.config.js SSR 2023-12-06 20:11:49 +00:00
esbuild.config.legacy.js Initial commit 2023-09-17 13:24:39 +02:00
esbuild.config.server.js Initial commit 2023-09-17 13:24:39 +02:00
Makefile Initial commit 2023-09-17 13:24:39 +02:00
package.json SSR 2023-12-06 20:55:40 +00:00
postcss.config.js Initial commit 2023-09-17 13:24:39 +02:00
README.md Initial commit 2023-09-17 13:24:39 +02:00
svelte.config.js Initial commit 2023-09-17 13:24:39 +02:00
tsconfig.json Initial commit 2023-09-17 13:24:39 +02:00
yarn.lock SSR 2023-12-06 20:55:40 +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