You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I have a suggestion to improve the documentation for starting EventStoreDB in development mode. When using the --dev flag, system projections are enabled by default. However, it may not be clear that additional steps are required to enable all projections and the AtomPub protocol. To provide better guidance, I recommend adding a disclaimer or additional instructions in the documentation to include --run-projections=All and --EnableAtomPubOverHttp.
Suggestion:
Update the documentation to include a disclaimer recommending the following command for running EventStoreDB in development mode with all projections and the AtomPub protocol enabled:
Disclaimer:
Note: When using the --dev flag, system projections are enabled by default. To ensure all projections are running and to enable the AtomPub protocol, use --run-projections=All and --EnableAtomPubOverHttp.
Additionally, it would be a good practice to show users these configurations to ensure they are fully aware of the necessary steps to utilize EventStoreDB’s features in development mode.
The text was updated successfully, but these errors were encountered:
Description:
I have a suggestion to improve the documentation for starting EventStoreDB in development mode. When using the --dev flag, system projections are enabled by default. However, it may not be clear that additional steps are required to enable all projections and the AtomPub protocol. To provide better guidance, I recommend adding a disclaimer or additional instructions in the documentation to include --run-projections=All and --EnableAtomPubOverHttp.
Suggestion:
Update the documentation to include a disclaimer recommending the following command for running EventStoreDB in development mode with all projections and the AtomPub protocol enabled:
EventStore.ClusterNode.exe --dev --EnableAtomPubOverHttp --db ./db --log ./logs --run-projections=All
Disclaimer:
Note: When using the --dev flag, system projections are enabled by default. To ensure all projections are running and to enable the AtomPub protocol, use --run-projections=All and --EnableAtomPubOverHttp.
Additionally, it would be a good practice to show users these configurations to ensure they are fully aware of the necessary steps to utilize EventStoreDB’s features in development mode.
The text was updated successfully, but these errors were encountered: