📝 Rallly 3.0 Self-Hosting Blog

This commit is contained in:
Luke Vella 2023-09-13 11:06:05 +01:00
parent 09d2b2b758
commit 309829cf69
6 changed files with 35 additions and 15 deletions

View file

@ -13,7 +13,7 @@ Before you get started you will need to have a server that has the following:
- Docker
- x86-64 Architecture
_You will also need to have access to an external SMTP server to send emails._
_You will also need to have access to an SMTP server to send emails._
## Setup Instructions

View file

@ -20,9 +20,9 @@ If you want to have access to the latest features and bug fixes, you should cons
we do not provide support for this.
</Note>
## Demo
## Live Demo
If you want to try out Rallly before self-hosting it, you can try the official managed service at [rallly.co](https://app.rallly.co).
If you want to try out Rallly before self-hosting it, you can try the official managed service at [app.rallly.co](https://app.rallly.co).
This version differs slightly from the self-hosted version in that it allows guest users to create polls without having to create an account
and is updated more frequently but it's still a good way to get a feel for the app.

View file

@ -34,8 +34,7 @@
"freeSchedulingPollTitle": "Looking for a free scheduling poll?",
"freeSchedulingPollDescription": "Rallly let's you create beautiful and easy to use scheduling polls so you can find the best time for your next event.",
"new": "New",
"julyRecap": "July Recap",
"pricingUpdates": "Pricing Updates",
"metaTitle": "Rallly - Schedule Group Meetings",
"metaDescription": "Create polls and vote to find the best day or time. A free alternative to Doodle."
"metaDescription": "Create polls and vote to find the best day or time. A free alternative to Doodle.",
"selfHostingBlog": "Rallly 3.0 Self-Hosting"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

View file

@ -103,21 +103,17 @@ export const MarketingHero = ({
>
<Link
locale="en"
href="/blog/july-recap"
href="/blog/rallly-3-0-self-hosting"
className="hover:ring-primary relative inline-flex items-center gap-x-3 rounded-full border bg-gray-100 py-1 pl-1 pr-4 text-sm leading-6 text-gray-600 shadow-sm hover:bg-gray-50 focus:ring-2 focus:ring-gray-300 focus:ring-offset-1"
>
<Badge className="bg-green-500">
<Trans i18nKey="home:new" defaults="New" />
</Badge>
<span className="hidden sm:block">
<Trans i18nKey="home:julyRecap" defaults="July Recap" />
</span>
<span
className="hidden h-4 w-px bg-gray-900/10 sm:block"
aria-hidden="true"
/>
<span className="flex items-center gap-x-1">
<Trans i18nKey="home:pricingUpdates" defaults="Pricing Updates" />
<Trans
i18nKey="home:selfHostingBlog"
defaults="Rallly 3.0 Self-Hosting"
/>
<ChevronRightIcon className="-mr-1 h-4 w-4" aria-hidden="true" />
</span>
</Link>

View file

@ -0,0 +1,25 @@
---
title: Rallly 3.0 Self-Hosting
date: "2023-09-13"
excerpt: An exciting announcement for self-hosters.
---
Rallly 3.0 was launched [back in June](/blog/rallly-3-0) and since then it has only been available for users on the cloud-hosted version here on [rallly.co](/). Today, I'm excited to announce the official release of Rallly 3.0 for self-hosting making Rallly the best self-hostable alternative to Doodle.
![Rallly Screenshots](/static/images/splash.png)
## How to use
For information on how to self-host your own instance of Rallly, check out the [self-hosting docs](https://support.rallly.co/self-hosting) which include step-by-step instructions for running Rallly on your own server.
## Pricing
This update is [available for free](https://support.rallly.co/self-hosting/pricing) and allows users to enjoy all the features available here on their own self-hosted instance. If you are willing and able, there is an option to pay a one-time free which will help support further development of this project.
## Upgrading from 2.x
If you are already self-hosting Rallly you can have a look at the [release notes](https://github.com/lukevella/rallly/releases/tag/v3.0.0) for instructions and information about breaking changes.
I hope you enjoy this update and as always please let me know if you have any [feedback](feedback@rallly.co).
Cheers!