mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update readme with instructions on how to set up with dev-env
This commit is contained in:
parent
394fd17dfa
commit
ceb8d8ad16
1 changed files with 15 additions and 0 deletions
|
@ -93,3 +93,18 @@ The configuration file is in `.json` format.
|
|||
}
|
||||
|
||||
You have to restart the server for configuration changes to take effect.
|
||||
|
||||
|
||||
## Setup with v2 Dev-Environment
|
||||
|
||||
- Set `APP_GIT_BRIDGE_URL=http://localhost:8000` in v1 `common.env`
|
||||
- In this repo, copy `conf/example.json` to `conf/local.json`
|
||||
- Set up an OAuth app in v1
|
||||
- with `scopes = 'git_bridge'`, and `callback = 'http://v1.overleaf.test:500/no-callback'`
|
||||
- Update values in `conf/local.json`:
|
||||
- Set oauth creds
|
||||
- `swapStore = {type: "noop"}"`
|
||||
- `apiBaseUrl = "http://www.overleaf.test:5000/api/v0"`
|
||||
- `postbackBaseUrl = "http://git_bridge:8000"`
|
||||
- `oauth2Server = "http://www.overleaf.test:5000"`
|
||||
- From this repo, do `make run`
|
||||
|
|
Loading…
Reference in a new issue