You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Once the server is ready (logo is displayed in the terminal), navigate to the hostname or IP address on port `7080`. Create the admin account, then you'll be guided through setting up Sourcegraph for code searching and navigation.
20
20
@@ -46,7 +46,7 @@ For example, to mount a `.gitconfig`, create a file `/mnt/sourcegraph/config/git
46
46
Alternatively you can create a new Docker image which inherits from Sourcegraph and then mutates the environment:
47
47
48
48
```dockerfile
49
-
FROM sourcegraph/server:4.1.1
49
+
FROM sourcegraph/server:4.1.2
50
50
51
51
COPY gitconfig /etc/gitconfig
52
52
COPY ssh /root/.ssh
@@ -87,7 +87,7 @@ This is required to [collect debug data](../../pprof.md).
87
87
The docker run command for single-container Sourcegraph needs an additional publish flag to expose the debug port:
If Sourcegraph is deployed to a remote server, then access via an SSH tunnel using a tool
@@ -105,7 +105,7 @@ Add the following to your docker run command:
105
105
```
106
106
docker run [...]
107
107
-e (YOUR CODE)
108
-
sourcegraph/server:4.1.1
108
+
sourcegraph/server:4.1.2
109
109
```
110
110
111
111
## Operation
@@ -254,7 +254,7 @@ Sourcegraph can be **tested** on Windows 10 using roughly the same steps provide
254
254
1.[Install Docker for Windows](https://docs.docker.com/docker-for-windows/install/)
255
255
2. Using a command prompt, follow the same [installation steps provided above](#install-sourcegraph-with-docker) but remove the `--volume` arguments. For example by pasting this:
0 commit comments