https://github.com/sinalalebakhsh/onlineshop2
https://github.com/sinalalebakhsh/onlineshop2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sinalalebakhsh/onlineshop2
- Owner: sinalalebakhsh
- Created: 2024-07-02T14:47:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:36:27.000Z (11 months ago)
- Last Synced: 2025-02-10T13:43:21.029Z (3 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# onlineshop2
## run on ubuntu
If you want to use server ubuntu:
Installing Docker:
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
apt-cache policy docker-ce
Output of apt-cache policy docker-ce
docker-ce:
Installed: (none)
Candidate: 5:19.03.9~3-0~ubuntu-focal
Version table:
5:19.03.9~3-0~ubuntu-focal 500
500 https://download.docker.com/linux/ubuntu focal/stable amd64 Packages
sudo apt install docker-ce
sudo systemctl status dockerInstalling Docker Compose:
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
Output
docker-compose version 1.29.2, build 5becea4c
docker-compose up --build