Difference between revisions of "Navigate to data folder"
Jump to navigation
Jump to search
(Created page with "To navigate in commandline (windows) you need the following commands: '''cd''' and the change drive command. If you have your data in D:/Data so the following: - Execute "D:" (will change to correct drive) - Execute "cd Data" (will change to correct folder)") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
If you have your data in D:/Data so the following: | If you have your data in D:/Data so the following: | ||
* Execute "D:" (will change to correct drive) | |||
* Execute "cd Data" (will change to correct folder) | |||
* Execute "docker compose up" (will install all needed software) | |||
[[Get Started|Back to Get Started]] |
Latest revision as of 07:16, 7 October 2022
To navigate in commandline (windows) you need the following commands: cd and the change drive command.
If you have your data in D:/Data so the following:
- Execute "D:" (will change to correct drive)
- Execute "cd Data" (will change to correct folder)
- Execute "docker compose up" (will install all needed software)