Navigate to data folder

From SICDB Doc
Jump to navigation Jump to search

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)

Back to Get Started