Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server:latest -> server:CURRENT_VERSION everywhere #4

Merged
merged 3 commits into from
Oct 4, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typo
  • Loading branch information
nicksnyder authored and dadlerj committed Oct 4, 2018
commit 9e80747faa81a95564f2b7da7ec0e1eda6c930e2
2 changes: 1 addition & 1 deletion docs/server/code-intelligence/install-manual-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Generally you do not ever need to perform manual installation of code intelligen
- service docker start
- usermod -a -G docker ec2-user
- [ sh, -c, 'docker network create --driver bridge lsp' ]
- [ sh, -c, 'docker run -d --publish 80:7080 --publish 443:7443 --network lsp --name sourcegraph --restart unless-stopped --volume /home/ec2-user/.sourcegraph/config:/etc/sourcegraph --volume /home/ec2-user/.sourcegraph/data:/var/opt/sourcegraph sourcegraph/server:<server-version-number />
- [ sh, -c, 'docker run -d --publish 80:7080 --publish 443:7443 --network lsp --name sourcegraph --restart unless-stopped --volume /home/ec2-user/.sourcegraph/config:/etc/sourcegraph --volume /home/ec2-user/.sourcegraph/data:/var/opt/sourcegraph sourcegraph/server:<server-version-number />' ]
- [ sh, -c, 'docker run -d --network=lsp --name=typescript --restart unless-stopped sourcegraph/codeintel-typescript:latest' ]
```

Expand Down