Slashbase
Slashbase.com
GitHub
Twitter
Search…
✨
Introduction
⬇
Install Slashbase
📃
Architecture
🧑💻
Contributing
📤
Telemetry
Concepts
Projects
Database Connections
Saved Queries
Powered By
GitBook
⬇
Install Slashbase
Slashbase is open source and can be easily installed on you own cloud
Installing Slashbase on your own cloud is easy. You need to run a script on a Linux server. Follow the following steps to install it.
Installation
Use the install script to easily install Slashbase on your server instance. The script uses docker to install Slashbase app.
Prerequisites
Linux server instance in AWS/Google Cloud/Digital Ocean or any other cloud provider.
A record
DNS configured for your server instance. for example: slashbase.yourwebsite.com.
Instructions
1. SSH into your server instance.
2. Run the following commands
1
mkdir slashbase && cd slashbase
2
wget https://raw.githubusercontent.com/slashbase/slashbase/main/deploy/install.sh && chmod +x install.sh
3
./install.sh
Copied!
3. Enter required configs & follow the instructions till the setup completes.
4. Visit your URL on the browser and enter the root user credentials you entered while installing to login.
Troubleshooting
If you face any issues installing or using slashbase, send us a mail at
[email protected]
or contact support chat on our website
slashbase.com
.
Previous
Introduction
Next
Architecture
Last modified
3mo ago
Copy link
Contents
Installation
Prerequisites
Instructions
Troubleshooting