A standalone ACE Knowledge cloud distribution setup.
Commands should be ran from the folder root. Distribution files will be produced in the dist folder.
yarnornpm installyarn startornpm run start
yarnornpm installyarn build-prodornpm run build-prod
yarnornpm installyarn build-devornpm run build-dev
- Go to
index.js. - Change tenant name.
- const tenantName = 'webprovisions';
+ const tenantName = 'another-tenant';- Go to
index.js. - Add implementation names.
- const implementationNames = ['default'];
+ const implementationNames = ['default', 'another-implementation'];- Go to
public/index.html. - Change trigger link
- <a href="https://webprovisions.humany.net/self-hosting-example"/>
+ <a href="https://<my-tenant-name>.humany.net/<my-widget-name>"/>