Running vpub-plus from a binary, using Supabase as Postgres provider
Author | Topic |
---|---|
admin
|
Posted on
Latest vpub-plus releases are precompiled to 7 operating systems for amd64 and arm64 platforms. Supabase is a cloud Postgres provider which also have a free plan, handy for testing! Let’s say we want to run vpub-plus version 1.11. Downloading a precompiled vpub-plusGo to https://github.com/hugmouse/vpub-plus/releases/tag/1.11 and download an archive for your operating system + your platform. For example, to run it on Windows 11 that uses AMD/Intel processor, download vpub-plus-1.11-windows-amd64.zip. If you are running a MacOS on a M1 chip, then download vpub-plus-1.11-darwin-arm64.tar.gz. Open it up and extract its content somewhere where you want to run your vpub-plus from. Setting up SupabaseSign up to Supabase and create a new project. Then click on “Connect” button in the top bar and copy “Session pooler” connection string. It looks something like this:
Connecting Supabase to vpub-plusYou need to run vpub-plus in a terminal since it does not have any GUI. On Unix systems you can run it this way:
On Windows 11, ensure that you have installed windows terminal, then you can use the same command above. If you did everything correctly, then you will see the following log:
|