In this tutorial, we will go through the steps to install Saleor on OpenSUSE Latest. Saleor is an open source e-commerce platform built on top of Django and GraphQL.
Before we begin with the installation process, make sure that your system has the following minimum requirements:
Let's get started!
OpenSUSE Latest comes with Python 3 pre-installed. We need to install PostgreSQL.
sudo zypper install postgresql postgresql-server
sudo systemctl enable postgresql
sudo systemctl start postgresql
sudo zypper install nodejs
node -v
npm -v
python3 -m venv ~/saleor-env
source ~/saleor-env/bin/activate
pip install saleor
saleor migrate
saleor install
saleor runserver
http://localhost:8000
in your web browser to access Saleor.Congratulations, you have successfully installed Saleor on OpenSUSE Latest. You can now start customizing and configuring Saleor to fit your needs!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!