-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig-thunderjet.yml
64 lines (61 loc) · 2.09 KB
/
config-thunderjet.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
## Note: optional parts can be skipped
install-json-path: https://raw.githubusercontent.com/folio-org/platform-complete/snapshot/install.json
# Example local reference for linux: /home/user/projects/folio/busybee/platform-complete/install.json
# A file path to your additional json file that can be used to deploy additional modules not usually included in install.json
# Example additional_modules.json:
# [ { "id" : "mod-consortia-1.2.0-SNAPSHOT", "action" : "enable" } ]
# additional-json-path: /home/user/.busybee/additional_modules.json (linux)
# additional-json-path: C:\Users\User\.busybee\additional_modules.json (Windows) # (Optional) Read "How to run consortia" section in Busybee Tips Tricks
## Copy modules in your .busybee/config.yml file
be-modules: # list the FOLIO backend modules you would like to spin up. Use CORE and END CORE modules for fast setup
## CORE: ensure that core FOLIO modules are first on this list
- mod-permissions
- mod-configuration
- mod-login
- mod-users
- mod-users-bl
- mod-authtoken
## END CORE
- mod-source-record-manager
- mod-source-record-storage
- mod-inventory
- mod-inventory-storage
- mod-organizations
- mod-organizations-storage
- mod-entities-links
- mod-invoice
- mod-invoice-storage
- mod-orders
- mod-orders-storage
- mod-pubsub
- mod-tags
- mod-finance
- mod-finance-storage
- mod-circulation-storage
- mod-circulation
- mod-audit
- mod-template-engine
- mod-feesfines
## Consortia (Optional). Read more about How to run consortia section in Busybee Tips Tricks
- mod-consortia # add this module to install.json file or specify module in additional-json-path.
- mod-password-validator
## Other modules (Optional)
- edge-orders
- mod-ebsconet
- mod-gobi
- mod-agreements
ui-modules:
- folio_users
- folio_data-import
- folio_tenant-settings
- folio_organizations
- folio_inventory
- folio_invoice
- folio_orders
- folio_finance
- folio_receiving
## Consortia Settings UI (Optional)
- folio_consortia_settings
## Other modules (Optional)
- folio_acquisition-units
- folio_developer