[go: up one dir, main page]

Skip to content

Haroenv/peated

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peated

The application that powers peated.com.

For more details, take a look at https://peated.com/about

A Discord is available if you want to contribute: https://discord.gg/d7GFPfy88Z

Dev

Setup the required frameworks:

  1. (pnpm)[https://pnpm.io/installation]
  2. (Docker)[https://docs.docker.com/get-docker/] (with Docker Compose)

Bootstrap the environment:

docker compose up -d
pnpm setup

Note: If you need to tweak default settings, cp .env.example .env and go to town.

Setup the database:

make create-db
pnpm db migrate

Create a local user to avoid setting up Google credentials:

pnpm cli users create you@example.com password -a

Load some mock data:

pnpm cli mocks load-all you@example.com

Run the dev server, which spins up both the web and the api services:

npm run dev

Runbooks

Configure GCP CLI

https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl

# bind default project
gcloud config set project cask-382601

# configure kubectl
gcloud container clusters get-credentials default --region=us-central1

Shell on Pod

kubectl exec -it deploy/peated-api -- bash

Run Arbitrary Command

gcloud alpha run jobs execute cli --args bottles,generate-descriptions,3298 --wait

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.6%
  • TypeScript 18.0%
  • HCL 0.2%
  • JavaScript 0.1%
  • CSS 0.1%
  • Dockerfile 0.0%