You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i install a kit for an app I have to pass the server name as a parameter.
But there's an issue for me: when I push an app to a server, I don't have the DNS for the app necessarily configured. I push apps to a provisioned server with another name in a different domain.
I think we would have to pass a parameter for the name of the provisioned server and the domain name of the app. As an example:
./install-kit.sh <provisioned_server_name or ip_address> <app_domain_name> <app_name> <app_path>
The text was updated successfully, but these errors were encountered:
When i install a kit for an app I have to pass the server name as a parameter.
But there's an issue for me: when I push an app to a server, I don't have the DNS for the app necessarily configured. I push apps to a provisioned server with another name in a different domain.
I think we would have to pass a parameter for the name of the provisioned server and the domain name of the app. As an example:
The text was updated successfully, but these errors were encountered: