#A Neo4j Plugin for Dokku Alternative
To install the dokku-neo4j plugin:
cd /var/lib/dokku-alt/plugins
git clone <git url>
dokku plugins-install
As a pre-requisite, your app must already exist. Create a new Neo4j database by using dokku neo4j:create appName
. This will create a new neo4j instance and add a config variable NEO4J_REST_URL to your app's environment.
neo4j:create <app> Add Neo4j config to the app environment
neo4j:destroy <app> Remove Neo4j config and container from the app environment
neo4j:info <app> Shows status of Neo4j
neo4j:link <app> <db-app> Link a Neo4j container from another app to this app.
neo4j:unlink <app> Unlinks a Neo4j container from this app.
neo4j:shell <app> Enter the neo4j-shell inside the neo4j container
- You can unlink all of the applications from a database and leave it hanging.
- Authentication Support
- Optionally exposing the Neo4j Browser
- Listing all neo4j databases and the apps they are linked too.