Skip to content

Commit

Permalink
Update ceph_aeon example
Browse files Browse the repository at this point in the history
  • Loading branch information
lochhh committed Dec 18, 2024
1 parent 1c0c499 commit 508b180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/user/how_to/dj_pipeline_local_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ DataJoint requires a configuration file named `dj_local_conf.json`. This file sh
2. Set `database.prefix`
- In the `custom` section, set `database.prefix` to your desired value, or keep the default `aeon_`.
3. Set the data directory (`ceph_aeon`)
- In the `custom` section, set the `ceph_aeon` value (under `repository_config`) to the root directory of your data (i.e. the directory that is one level above the `raw` directory).
- For example, if the `raw` directory is located at `D:/data/project-aeon/aeon/data/raw/`, set the `ceph_aeon` value to `D:/data/project-aeon/aeon/data`.
- In the `custom` section, set the `ceph_aeon` value (under `repository_config`) to the root directory of your data (i.e. the directory containing `aeon/data/raw/`).
- For example, if `aeon/data/raw/` is located at `D:/data/project-aeon/aeon/data/raw/`, set the `ceph_aeon` value to `D:/data/project-aeon`.

Now that the pipeline is installed and configured, you can start [ingesting and processing](target-dj-data-ingestion-processing) your data.

0 comments on commit 508b180

Please sign in to comment.