feat: remove extensions manager (#696)

* feat: remove extensions manager

* fix: remove unused code

Co-authored-by: Aman Harwara <amanharwara@protonmail.com>
This commit is contained in:
Mo
2021-10-21 13:06:49 -05:00
committed by GitHub
parent e79811afda
commit 8d9b192b81
17 changed files with 12 additions and 332 deletions

View File

@@ -97,16 +97,6 @@ Then open your browser to `http://localhost:3001`.
---
**Extensions Manager and Batch Manager:**
The web app makes use of two optional native extensions, which, when running the app with Rails, can be configured to work as follows:
1. `git submodule update --init` (will load the submodules in the `public/extensions` folder)
1. Set the following environment variables in the .env file:
```
EXTENSIONS_MANAGER_LOCATION=extensions/extensions-manager/dist/index.html
```
You can also set the `SF_DEFAULT_SERVER` environment variable to set the default server for login and registration.
```