Hi ,
I'm trying to install neo4j-community-5.13.0 community version with bloom in my local windows machine.
I've followed the below steps.
- I have installed neo4j-community-5.13.0 community version on my widows machine and I am able to connect to browser using http://localhost:7474/browser/
- I have downloaded the Bloom plugin(bloom-plugin-5.x-2.10.1) and added to the 'plugins' folder and I did below changes in neo4j.conf file.
dbms.security.procedures.unrestricted=apoc.,bloom.
dbms.security.procedures.allowlist=apoc.load.,bloom.
server.unmanaged_extension_classes=com.neo4j.bloom.server=/bloom
dbms.security.http_auth_allowlist=/,/browser.,/bloom.
dbms.bloom.authorization_role=admin,reader,bloom
as I am using community version I couldn't add Bloom license file path in neo4j.conf
after above changes, I am trying to access bloom through http://localhost:7474/bloom/ URL. I am able to see login page but 'connect' button is disabled.
Please help us, whether we need to have access key for community edition also, or can we access without key .