Projects STRLCPY LogonTracer Commits aa955293
🤬
  • Changed neo4j-driver script from local directory to CDN

  • Loading...
  • shu-tom committed 6 years ago
    aa955293
    1 parent a65d26bc
  • ■ ■ ■ ■ ■
    docker/Dockerfile
    skipped 24 lines
    25 25   bash \
    26 26   curl \
    27 27   python \
    28  - py-pip \
    29  - nodejs \
    30  - nodejs-npm
     28 + py-pip
    31 29   
    32 30  ## python3.6 and modules install
    33 31  ENV PYTHON_VERSION=3.6.2 \
    skipped 23 lines
    57 55   && unlink /var/lib/neo4j/data \
    58 56   && mkdir -p /var/lib/neo4j/data/databases \
    59 57   && tar xzf sample/graph.db.tar.gz -C /var/lib/neo4j/data/databases \
    60  - && cd static \
    61  - && npm install neo4j-driver \
    62 58   && echo "dbms.allow_format_migration=true" >> /var/lib/neo4j/conf/neo4j.conf
    63 59   
    64 60  ## Create supervisord.conf
    skipped 30 lines
  • ■ ■ ■ ■
    templates/index.html
    skipped 11 lines
    12 12   <script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.1.1/cytoscape.min.js" integrity="sha256-lEMQOla3MoXVNUAEGAuu4n1XouEYLyZP3SRqe6BhpTY=" crossorigin="anonymous"></script>
    13 13   <script src="https://cdn.rawgit.com/cytoscape/cytoscape.js-qtip/2.7.1/cytoscape-qtip.js" integrity="sha384-iEsLCgQ6cKWEBnP+3Yd8hsUSvCzDYQU/UUVvXzB10FMtPexDn68x5Sem24bboY4I" crossorigin="anonymous"></script>
    14 14   <!-- Neo4j JavaScript Driver -->
    15  - <script src="/static/node_modules/neo4j-driver/lib/browser/neo4j-web.js"></script>
     15 + <script src="https://cdn.rawgit.com/neo4j/neo4j-javascript-driver/1.4.1/lib/browser/neo4j-web.min.js" integrity="sha384-xu5q3iV0ueZtK1T6RpPoUqv4VlVuEJpax+yyNmlN6CuOtT+SeUe1dqlI7MHpIN0p" crossorigin="anonymous"></script>
    16 16  </head>
    17 17   
    18 18  <body>
    skipped 1125 lines
Please wait...
Page is in error, reload to recover