[공지] openNAMU 계정 이전 신청을 받고 있습니다.
알림
현재 진행 중인 사용자 토론이 있습니다.
r3 vs r4
... ...
55 55
> security: //주석 제거후
56 56
> authorization: enabled //추가
57 57
58
* 그래도 DB 접근 불가 오류가 발생한다면,
59
> mongosh //MongoDB 접속
60
> use admin //admin DB 접속
61
> db.createUser({ user: "test01", pwd: "mypassword", roles: [ "readWrite" ]}) //test01 계정으로 mypassword 비밀번호로 readWrite 권한으로 계정 생성
62 62
=== Meilisearch ===
63 63
* [[https://www.meilisearch.com/docs/learn/self_hosted/getting_started_with_self_hosted_meilisearch|설치하기]]
64 64
* [[https://www.meilisearch.com/docs/guides/deployment/running_production|systemctl에 추가해서 실행 편하게 하기]]
... ...