1
0
forked from mirror/misskey
mi.moris.day/packages/backend/test-federation
2024-09-19 22:53:44 +09:00
..
.config test(backend): add federation test 2024-09-19 22:53:44 +09:00
test test(backend): add federation test 2024-09-19 22:53:44 +09:00
.env.example test(backend): add federation test 2024-09-19 22:53:44 +09:00
.gitignore test(backend): add federation test 2024-09-19 22:53:44 +09:00
compose.a.yml test(backend): add federation test 2024-09-19 22:53:44 +09:00
compose.b.yml test(backend): add federation test 2024-09-19 22:53:44 +09:00
compose.override.yaml test(backend): add federation test 2024-09-19 22:53:44 +09:00
compose.yml test(backend): add federation test 2024-09-19 22:53:44 +09:00
daemon.ts test(backend): add federation test 2024-09-19 22:53:44 +09:00
eslint.config.js test(backend): add federation test 2024-09-19 22:53:44 +09:00
generate_certificates.sh test(backend): add federation test 2024-09-19 22:53:44 +09:00
README.md test(backend): add federation test 2024-09-19 22:53:44 +09:00
tsconfig.json test(backend): add federation test 2024-09-19 22:53:44 +09:00

Execute following commands:

cp ./.env.example ./.env
bash ./generate_certificates.sh
pnpm build:fed
docker compose up