Skip to content

Commit 693746a

Browse files
committed
Update examples.
1 parent be887c6 commit 693746a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,25 @@ Connect to an API instance (change network and exposed port as appropriate):
5454

5555
`docker run -it --rm --network pipelineb_back_tier -v /mnt/groups:/groups/mousebrainmicro/mousebrainmicro -p 7001:6001 mouselightpipeline/pipeline-api /bin/bash`
5656

57+
Connect to an API instance just for migration:
58+
59+
`docker run -it --rm --network pipelinea_back_tier -v /mnt/groups:/groups/mousebrainmicro/mousebrainmicro mouselightpipeline/pipeline-api /bin/bash`
60+
61+
or
62+
63+
`docker run -it --rm --network pipelineb_back_tier -v /mnt/groups:/groups/mousebrainmicro/mousebrainmicro mouselightpipeline/pipeline-api /bin/bash`
64+
5765
If the migration was not automatically run
5866

5967
`./migrate.sh`
6068

6169
and then if seed is needed (only on a full system refresh) from within the container:
6270

63-
`export PIPELINE_TASK_ROOT=/groups/mousebrainmicro/mousebrainmicro/Software/pipeline-a` (or -b)
71+
`export PIPELINE_TASK_ROOT=/groups/mousebrainmicro/mousebrainmicro/pipeline-systems/pipeline-a`
72+
73+
or
74+
75+
`export PIPELINE_TASK_ROOT=/groups/mousebrainmicro/mousebrainmicro/pipeline-systems/pipeline-b`
6476

6577
before
6678

0 commit comments

Comments
 (0)