Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 4.67 KB

README.md

File metadata and controls

78 lines (55 loc) · 4.67 KB

thiago-tjas.com

Status Hits Licence Commits Last commit Repo size Code size Stars Watchers Forks

Python Django PostgreSQL

⭐ Mark the project with a star. 👀 Watch the project for receive news.

🇺🇸 Access my personal website: thiago-tjas.com

🇧🇷 Leia em Português do Brasil

⭐ Marque o projeto com uma estrela. 👀 Acompanhe o projeto para receber novidades.

🇧🇷 Acesse meu website pessoal: thiago-tjas.com

O website foi implantado do zero em um servidor virtual privado Amazon Web Service (AWS) Lightsail VPS, utilizando uma imagem Amazon Linux 2. Um artigo abordando as experiências obtidas neste processo está em construção, quando concluído será disponibilizado aqui: Deploying a Django Website on AWS Lightsail VPS.

The website was deployed into an Amazon Web Service (AWS) Lightsail VPS, using an Amazon Linux 2 image from scratch. An article addressing the experiences obtained in this process is under construction, when completed it will be made available here: Deploying a Django Website on AWS Lightsail VPS.

Running on Docker

Useful Docker commands:

sudo docker build -f Dockerfile -t tjas/thiago-tjas.com .
sudo docker run -p 80:80 --name thiago-tjas.com -d tjas/thiago-tjas.com

sudo docker ps -a
sudo docker images

sudo docker exec -it thiago-tjas.com /bin/bash
sudo docker container logs -f -t thiago-tjas.com

sudo docker start thiago-tjas.com
sudo docker restart thiago-tjas.com
sudo docker stop thiago-tjas.com

sudo docker rmi -f tjas/thiago-tjas.com
sudo docker rm thiago-tjas.com

Contact

Thiago Jorge Almeida dos Santos, project author and maintainer.

LinkedIn YouTube Instagram Website GitHub

Licence