Skip to content

Father-Brown/father-brown-persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitter chat

Father Brown Persistence

Overview

Requirements

Python 3.5.2+

Before run the project it is nessesary run docker Ne4j container

docker run \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/neo4j/data:/data \
    --volume=$HOME/neo4j/logs:/logs \
    neo4j:3.0

Usage

Running with Docker

To run the server on a Docker container, please execute the following from the root directory:

building the image

docker build -t father-brown-persistence:latest .

starting up a container

docker run -d --publish=5000:5000 father-brown-persistence

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published