Launcher installation
Please read the below details and follow the provided steps to install the launcher on your Virtual machine.
Last updated
Please read the below details and follow the provided steps to install the launcher on your Virtual machine.
Last updated
This script automates the setup process for the Launcher Setup. It installs necessary packages, sets up MongoDB, clones the required repository, configures the environment variables, and sets up Nginx for HTTPS.
IP address or Domain Name for launcher
Make sure you have Launcher Identifier
Certificate and Key: Ensure you have a valid certificate.crt and private.key file stored in /home/ubuntu. These files will be used to set up HTTPS on Nginx. (crt and key should be in raw form and remove space between END CERTIFICATE BEGIN CERTIFICATE)
Download Setup file Enterprise_launcher_setup
Save the Script: Save the provided shell script to a file, for example, setup.sh.
Always use superuser
Provide Execute Permissions: $ chmod +x setup.sh
Run the Script: $ ./setup.sh
After running it will ask for:
Domain Name (eg. launcher.xyz.com as per your choice or you can simply enter your ip if you don’t have domain name)
Launcher Identifier: You will get this after sign-in in order.zeblok.com through mail and in that mail there is a link to verify mail also
SSL: If you have SSL then enter yes otherwise no (If yes you have to add crt with name certificate.crt and key with private.key place this in same directory where you have add this setup.sh script)
NOTE: While code running you will see the below Image, don’t do anything or press any keys let it complete it self!!