sourcegraph/dev/Procfile
Stephen Gutekanst c23f977b81
Remove the management console (#7197)
Remove the management console and merge all critical configuration automatically into the site configuration.

Instead of the management console, a file-based site configuration editing escape hatch is now available and is documented.

See [the added 3.11 migration notes](https://docs.sourcegraph.com/admin/migration/3_11) for details on the implications of this change, and ["editing your site configuration if you cannot access teh web UI"](https://docs.sourcegraph.com/admin/config/site_config#editing-your-site-configuration-if-you-cannot-access-the-web-ui) for how to use the new escape-hatch configuration file.

Fully-detailed proposal and motivations behind this change are documented in the PR description here: https://github.com/sourcegraph/sourcegraph/pull/7197

Associated PRs:

- https://github.com/sourcegraph/deploy-sourcegraph/pull/478
- https://github.com/sourcegraph/deploy-sourcegraph-docker/pull/54
2019-12-16 21:30:51 -07:00

25 lines
1.2 KiB
Plaintext

gitserver: gitserver
query-runner: query-runner
repo-updater: repo-updater
searcher: searcher
replacer: replacer
symbols: ./cmd/symbols/build.sh execute
github-proxy: github-proxy
frontend: env CONFIGURATION_MODE=server SITE_CONFIG_ESCAPE_HATCH_PATH=$HOME/.sourcegraph/site-config.json frontend
watch: ./dev/changewatch.sh
nginx: nginx -p . -g 'daemon off;' -c $PWD/dev/nginx.conf 2>&1 | grep -v 'could not open error log file'
web: ./node_modules/.bin/gulp --color watch
syntect_server: ./dev/syntect_server
zoekt-indexserver-0: ./dev/zoekt/wrapper indexserver 0
zoekt-indexserver-1: ./dev/zoekt/wrapper indexserver 1
zoekt-webserver-0: ./dev/zoekt/wrapper webserver 0
zoekt-webserver-1: ./dev/zoekt/wrapper webserver 1
keycloak: ./dev/auth-provider/keycloak.sh
# jaeger: docker run --name=jaeger --rm -p5775:5775/udp -p6831:6831/udp -p6832:6832/udp -p5778:5778 -p16686:16686 -p14268:14268 jaegertracing/all-in-one:latest
docsite: .bin/docsite -config doc/docsite.json serve -http=localhost:5080
lsif-server: yarn --cwd lsif run run:server
lsif-worker: yarn --cwd lsif run run:worker
prometheus: ./dev/prometheus.sh
grafana: ./dev/grafana.sh
postgres_exporter: ./dev/postgres_exporter.sh