GitXplorerGitXplorer
b

artsy-url-shortener

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
ba3c18a00e3a3841889fa6815e08cac4e5213e2d

essy scraper

bbrianantonelli committed 2 years ago
Unverified
6dd7c24a435a2e8d78872dce03411191be71cd36

Reverse proxy in place

bbrianantonelli committed 2 years ago
Unverified
01ce05de23a77303853756555d75396961c7af76

Standing up nginx

bbrianantonelli committed 2 years ago
Unverified
c7f1105c7282995577dae93ff0307bb6e800228c

Update README.md

bbrianantonelli committed 2 years ago
Unverified
56ef2ec93d38e5e3881f8c2200a0c4b2c649c8d6

Finch and docker docs

bbrianantonelli committed 2 years ago
Unverified
97686106076056aab3e3f67bc85105e2d4b3ff9a

Create README.md

bbrianantonelli committed 2 years ago

README

The README file for this repository.

Artsy URL Shortener

Based on kutt.

Multicontainer using:

  • Nginx
  • Express
  • Redis
  • Postgres

Runs on http://localhost

Scraper

cd scraper
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Docker

Local

  1. Add artsy.co to /etc/hosts pointing to 127.0.0.1.
  2. Start Docker containers: docker-compose up

Remote

SCP app to EC2 or remote deploy via Docker (WIP).

docker context create ec2 --description "ec2" --docker "host=tcp://34.229.179.65:237,key=/Users/brianantonelli/.ssh/brian-personal.pem"
docker context use ec2
docker-compose up -d

Finch

Install Finch VM: finch vm init

finch vm start # if its off
finch compose up