aboutsummaryrefslogtreecommitdiff
path: root/src/server/remote_debug_instructions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/remote_debug_instructions.txt')
-rw-r--r--src/server/remote_debug_instructions.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/server/remote_debug_instructions.txt b/src/server/remote_debug_instructions.txt
deleted file mode 100644
index c279c460a..000000000
--- a/src/server/remote_debug_instructions.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Instructions:
-
-Download this attachment, open your downloads folder and find this file (__zipname__).
-Right click on the zip file and select 'Extract to __target__\'.
-Open up the command line, and remember that you can get the path to any file or directory by literally dragging it from the file system and dropping it onto the terminal.
-Unless it's in your path, you'll want to navigate to the MongoDB bin directory, given for Windows:
-
-cd '/c/Program Files/MongoDB/Server/[your version, i.e. 4.0, goes here]/bin'
-
-Then run the following command (if you're in the bin folder, make that ./mongorestore ...):
-
-mongorestore --gzip [/path/to/directory/you/just/unzipped] --db Dash
-
-Assuming everything runs well, this will mirror your local database with that of the server. Now, just start the server locally and debug.
-
-__signature__ \ No newline at end of file