sourcegraph/cmd/enterprise-portal
2024-08-14 15:32:22 +00:00
..
e2e chore/enterpriseportal: manual E2E test suite (#64057) 2024-08-09 19:37:52 -07:00
internal feat/dotcom: use Enterprise Portal for all subscriptions UI (#64115) 2024-08-14 15:32:22 +00:00
service feat/dotcom: use Enterprise Portal for all subscriptions UI (#64115) 2024-08-14 15:32:22 +00:00
BUILD.bazel Revert "Revert "refactor: upgrade to rules_oci 2.0 (2nd attempt)"" (#64354) 2024-08-08 09:00:08 +00:00
CODENOTIFY enterprise-portal: initialize service with dotcom DB connection (#62525) 2024-05-09 23:30:39 +00:00
image_test.yaml enterprise-portal: initialize service with dotcom DB connection (#62525) 2024-05-09 23:30:39 +00:00
main.go enterprise-portal: initialize service with dotcom DB connection (#62525) 2024-05-09 23:30:39 +00:00
README.md enterprise-portal: init database schema and handler store (#63139) 2024-06-06 18:54:12 -04:00

enterprise-portal

WIP - refer to RFC 885 Sourcegraph Enterprise Portal (go/enterprise-portal) for more details.

There are some services that are expected to be running by the Enterprise Portal:

  • PostgreSQL with a database named enterprise-portal
  • Redis running on localhost:6379

To start the Enterprise Portal, run:

sg run enterprise-portal

To customize the PostgreSQL and Redis connection strings, customize the following environment variables in your sg.config.overwrite.yaml file:

  • PGDSN: PostgreSQL connection string
  • REDIS_HOST: Redis host
  • REDIS_PORT: Redis port