Video coming soon…

📅 Setup Rallly — Self-Hosted Group Scheduling

Deploy Rallly on Ubuntu with Docker — an open-source Doodle alternative for scheduling group meetings via shared polls.

⚠️ Always review any script before running it on your server. Test in a staging environment first.

📦 Resources & Setup Scripts

Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.

Automated install script — deploys Rallly with PostgreSQL and SMTP configuration on port 3000.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/tools/rallly/rallly-ubuntu.sh
chmod +x rallly-ubuntu.sh
sudo bash rallly-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/tools/rallly/rallly-ubuntu.sh

2 Make it Executable

chmod +x rallly-ubuntu.sh

3 Configure Environment Variables

The script will prompt you for required variables. Rallly needs a PostgreSQL database and SMTP credentials for sending invite emails.

sudo bash rallly-ubuntu.sh

4 Access the Web UI

Open your browser and navigate to Rallly:

http://<your-server-ip>:3000

Ports Used

PortPurpose
3000Rallly Web UI (HTTP)
5432PostgreSQL (internal, not exposed)

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions