Installation
1. Upload Your Majna script
after download majna script from Majna website or Codecanyon:
- Visit tmpfiles.org
- Upload your script (e.g.,
majna-latest.zip
) - After upload completes, copy the download URL
2 Download and Install
# Download Majna using the temporary URL
curl -L "YOUR_TMPFILES_DOWNLOAD_URL" -o majna.zip
# Install unzip if not already installed
sudo apt update
sudo apt install unzip -y
# Extract the files
unzip majna.zip
# Navigate to the extracted directory
cd majna-*
# Make these files executable
chmod +x ./install.sh && chmod +x ./update-env.sh
# Run Update Environments script
# This script will ask you for website URL, api URL you must be read the previous step
./update-env.sh
# Run installation script, if you see some prompts, enter y(yes).
./install.sh
2. Accessing Your Installation
After successful installation:
- Access to your website:
https://yourdomain.com/auth/signup
- Create an account, first account will be the admin account
- Login to your account
- Congratulations! You've successfully installed Majna!
Troubleshooting
Common issues and solutions:
-
Process Management
# Restart application pm2 restart all # View detailed logs pm2 logs --lines 100
-
Network Issues
# Check if ports are open sudo netstat -tulpn | grep LISTEN
Maintenance
Regular maintenance tasks:
- Monitor
# View resource usage pm2 monit
For additional support or troubleshooting, please refer to the official Majna documentation or contact support with your license key ready.