Download Gloodata
Free for personal non-commercial use and evaluation purposes.
Note: If something is not clear or doesn't work for you please let us know: support@gloodata.com
1. Download
macOS
- Click on the Launchpad icon in your dock, or press
Cmd + Space
to open Spotlight. - Type Terminal in the search bar.
- Click on the Terminal application that appears.
- Copy and paste the command for your architecture and press
Enter
:
macOS ARM64 (Apple Silicon)
wget -O gloodata.zip "http://downloads.gloodata.com/macos/gloodata-macos-arm64.zip"
macOS x86 (Intel)
wget -O gloodata.zip "http://downloads.gloodata.com/macos/gloodata-macos-x64.zip"
Windows
- Press
Win + S
to open the Search bar. - Type powershell in the search box.
- Click on Windows PowerShell from the results.
- Copy and paste the following command and press
Enter
:
(new-object System.Net.WebClient).DownloadFile(
"http://downloads.gloodata.com/windows/gloodata-windows-x64.zip",
"gloodata.zip")
Linux
- Open a Terminal.
- Copy and paste the command for your architecture and press
Enter
:
Linux x86
wget -O gloodata.zip "http://downloads.gloodata.com/linux/gloodata-linux-x64.zip"
Linux ARM64
wget -O gloodata.zip "http://downloads.gloodata.com/linux/gloodata-linux-arm64.zip"
2. Extract and Run
macOS and Linux
unzip gloodata.zip
cd gloodata
./gloodata-server
Windows
Expand-Archive -Path "gloodata.zip" -DestinationPath "."
cd gloodata
./gloodata-server.exe
3. Open Gloodata
Open your browser and navigate to http://localhost:8080
Login with the default credentials:
- username:
gloodata
- password:
changemeafterlogin!
4. Change the Default Password
After you login the initial screen should display two panels, one to change your password and the other to configure the OpenAI and Google Maps API Keys.
The update password panel will be added to the current session after login until you change it.
You can always bring up the update password panel by writing password in the prompt bar at the top and selecting the send button or hitting Ctrl/Cmd + Enter
.
5. Set the OpenAI API Key
On the right panel enter your OpenAI API Key, you can change the model if you want.
Select Test to make sure the model and API keys are configured correctly.
The test should display a short text at the bottom.
Once it works select the Save button next to the model and API key inputs.
You can always bring up the settings panel by writing settings in the prompt bar at the top and selecting the send button or hitting Ctrl/Cmd + Enter
.
Set the Google Maps API Key (Optional)
If you want to use the Google Maps components you can set the API key in the settings panel and select Save.
6. You Are Ready to Go
Now you can start using Gloodata, go to the Guides Section to find one to get started.