- Start with e. g.
npm run start
- Select environment etc.
- Done. (This was the boring part of the readme...)
CMS-NAME
etc.)
npm run start "http://localhost:8080/demo-site/path/index.html"
-> Will be converted toCURRENT-NAMESPACE.author.CMS-NAME.dev.CLOUD-NAME.DOMAIN.de/demo-site/path/index.html
npm run start "CURRENT-NAMESPACE.author.CMS-NAME.dev.CLOUD-NAME.DOMAIN.de/demo-site/path/index.html"
-> Will be converted tohttp://localhost:8080/demo-site/path/index.html
- It detects automatically the correct namespace (e. g. integration), the instance (author, public) etc.
- Even subdomain-style will be detected. (e. g.
demo.integration.author.[...].de/index.html
will be converted tointegration.author.[...].de/demo-site/index.html
)