Skip to content

possible to install sqlpage server on Raspberry pi ? #283

Answered by lovasoa
schanthery asked this question in Q&A
Discussion options

You must be logged in to vote

Hello and welcome to SQLPage !

SQLPage offers precompiled Docker images for ARM processors, making it the easiest way to use SQLPage with a Raspberry Pi. To set up Docker on an RPi, follow these steps:

  1. Install Docker on your Raspberry Pi. You can do this by running the following command:
curl -sSL https://get.docker.com | sh
  1. After Docker is installed, you'll need to add your user to the Docker group to run Docker commands without sudo:
sudo usermod -aG docker your_username

Replace your_username with your actual username.

  1. Log out and log back in for the changes to take effect.

  2. Once the image is pulled, you can run SQLPage as a Docker container using:

docker run -it --name sqlpage…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@schanthery
Comment options

@lovasoa
Comment options

Answer selected by schanthery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants