tillkolter / saleor

An e-commerce storefront for Python and Django

Home Page:http://getsaleor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OYE Records Backend

Installation

Prerequisites:

  • You need to have docker and docker-compose installed on your host machine
  • The configuration is set to connect to a database that runs outside the docker ecosystem. Please make sure, you have a running database with a dedicated user with granted r/w access. Please refer to the .env-template file to find out more about the configuration documentation.
# Clone git repository
git clone https://github.com/tillkolter/saleor

# Configure environment file
cp .env-template .env
# ... edit .env file and fill the unspecified variable
vim .env 

Usage

docker-compose up -d 

About

An e-commerce storefront for Python and Django

http://getsaleor.com

License:Other


Languages

Language:Python 57.7%Language:HTML 27.8%Language:JavaScript 7.2%Language:SCSS 6.5%Language:Shell 0.6%Language:Dockerfile 0.1%Language:Procfile 0.0%