Automatic Dependency Installation
The recommended and fastest way to install JupiterMeet is via the provided bash installation script. This script will automatically set up all required packages, configure services, and prepare the application for you.
Make sure you're using a clean VPS. Installing on a server with existing applications or configurations may result in unexpected issues.
If you prefer to install everything manually, you can follow the Manual Installation guide instead.
Steps for Automatic Installation
Follow the steps below carefully:
1. Upload the Installer Files
Upload both of the following files to the root directory of your server using FTP or the command line:
jupitermeet-installation.shjupitermeet.zip
Note: Both files should be placed in the same directory on your server.
2. Set Execute Permission on the Script
Once uploaded, give execute permission to the installation script:
chmod 700 jupitermeet-installation.sh
3. Run the Installation Script
Execute the script:
./jupitermeet-installation.sh
When prompted, enter your domain name (e.g., yourdomain.com) and a valid email address. After the installation completes, make sure to save all the configuration details provided.