25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FlorianEisenmenger f5837b8cf4 Seed 1 주 전
..
.ddev initial checkin with maaaaannnny functions 1 주 전
assets update accounts / users 1 주 전
bin initial checkin with maaaaannnny functions 1 주 전
config update accounts / users 1 주 전
migrations update accounts / users 1 주 전
public initial checkin with maaaaannnny functions 1 주 전
src Seed 1 주 전
templates update accounts / users 1 주 전
translations initial checkin with maaaaannnny functions 1 주 전
.editorconfig initial checkin with maaaaannnny functions 1 주 전
.env initial checkin with maaaaannnny functions 1 주 전
.env.dev initial checkin with maaaaannnny functions 1 주 전
.gitignore initial checkin with maaaaannnny functions 1 주 전
1-reset-and-seed.sh initial checkin with maaaaannnny functions 1 주 전
LICENSE initial checkin with maaaaannnny functions 1 주 전
README.md initial checkin with maaaaannnny functions 1 주 전
composer.json initial checkin with maaaaannnny functions 1 주 전
composer.lock initial checkin with maaaaannnny functions 1 주 전
package-lock.json initial checkin with maaaaannnny functions 1 주 전
package.json initial checkin with maaaaannnny functions 1 주 전
symfony.lock initial checkin with maaaaannnny functions 1 주 전
webpack.config.js update accounts / users 1 주 전

README.md

INSTALLATION

cd httpdocs ddev start => Läuft dann unter https://timetracking.ddev.site:8459 ddev exec composer install ddev exec npm install sh 1-reset-and-seed.sh (Entweder mit oder ohne Testdaten)

Dann SCSS / JS bauen und beobachten:

ddev exec npm run watch

LIVE EINMALIG AUSFÜHREN:

GRANT ALL PRIVILEGES ON `db_%`.* TO ‘deindbuser’@'%'; FLUSH PRIVILEGES;

Central Entity geändert → Migration erstellen + ausführen:

ddev exec php bin/console doctrine:migrations:diff --em=central --namespace=DoctrineMigrations ddev exec php bin/console doctrine:migrations:migrate --em=central --no-interaction

Tenant Entity geändert → kein Migrations-Workflow.

sh reset-and-seed.sh

Das legt die Tenant-DB per SchemaTool neu an.

Alle URLs anzeigen

ddev describe

Cache clear

ddev exec php bin/console cache:clear

WEBPACK

Einmalig bauen (Dev)

ddev exec npm run dev

Watch-Modus (bei Änderungen automatisch neu bauen)

ddev exec npm run watch

Production Build

ddev exec npm run build