Go to file
robin 8e8f6eb976
All checks were successful
deploy to production / deploy (push) Successful in 30s
mail
2023-11-20 15:05:22 +00:00
.gitea/workflows tst 2023-08-16 10:59:08 +00:00
.vscode prettier bug 2023-07-13 14:28:54 +00:00
.yarn backend and api endpoints 2023-07-14 11:58:27 +00:00
api backups 2023-11-05 09:32:22 +00:00
frontend mail 2023-11-20 15:05:22 +00:00
scripts test 2023-10-13 09:39:09 +00:00
types fixes 2023-07-17 07:24:08 +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 inital setup 2023-07-13 13:14:19 +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 last changes 2023-08-15 12:48:43 +00:00
esbuild.config.js prettier bug 2023-07-13 14:28:54 +00:00
esbuild.config.legacy.js Initial commit 2023-07-13 13:12:19 +02:00
esbuild.config.server.js prettier bug 2023-07-13 14:28:54 +00:00
Makefile Initial commit 2023-07-13 13:12:19 +02:00
package.json backend and api endpoints 2023-07-14 11:58:27 +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 backend and api endpoints 2023-07-14 11:58:27 +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