Install prerequisites
Before using modmail you have to install some prerequisites.
Before installing anything run: and reconnect to your VPS
Git
Install Git by running
Python 3.10
First start by updating your Ubuntu VPS and it's repositories (this can take a while especially if you've chosen 1 GB RAM.
Install the required dependency for adding custom PPAs
Add deadsnakes PPA
Install Python 3.10
Verify by running
If the output was Python 3.10.x then Python is installed correctly
PM2
Install npm by doing
Install pm2 by doing
Pip
Install Pip by doing
Pipenv
Install Pipenv by doing
Cairosvg
Install Cairosvg by doing
It is recommended to use PM2
Snap
You can find instructions on how to install Snap based on your distribution here.
PuTTY
Windows
Install PuTTY on Windows directly here.
Linux
Enable universe repository using:
Install PuTTY using:
You can open PuTTY by running putty
on the terminal or you can manually search the application
Mac
Install XCode developer tools from the app store here and run these two commands.
Install XQuartz from here.
Install PuTTY by running this command
Run putty by using putty
Termius
Windows and Mac
Install Termius directly here.
Linux
Install Termius by running the command below otherwise you can install the .deb package from here.
Last updated