- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 69字
- 2021-07-08 09:37:43
Preparing the filesystem
As we want to keep track of the logs and be able to reuse our data, we will need to give the Docker image some access to our filesystem. In our home folder, let's create a Neo4j folder and two subfolders named logs and data.
This script will do it for you on a GNU/Linux platform:
cd ~
mkdir neo4j
cd neo4j
mkdir logs
mkdir data
推薦閱讀
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- Python自然語(yǔ)言處理實(shí)戰(zhàn):核心技術(shù)與算法
- Getting started with Google Guava
- 深入淺出Spring Boot 2.x
- SEO實(shí)戰(zhàn)密碼
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第2版)(微課版)
- Mastering JBoss Enterprise Application Platform 7
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開(kāi)發(fā)實(shí)踐
- Learning AngularJS for .NET Developers
- PHP+Ajax+jQuery網(wǎng)站開(kāi)發(fā)項(xiàng)目式教程
- NGUI for Unity
- Python深度學(xué)習(xí):基于PyTorch
- Advanced C++
- C語(yǔ)言從入門到精通(第4版)
- R for Data Science Cookbook