petakopi / petakopi.my

Curated list of coffee shops in Malaysia

Home Page:https://petakopi.my

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

View performance data on Skylight

Notes

This is the source code for petakopi.my.

Feel free to start a discussion before starting the work.

Moderators

I've created a guide for moderators on how to verify the data.

Development

Pre-seed DB:

rails seeder:locations
rails seeder:tags

Google Credentials

Depending on the setup, we may have to allow our IP to use Google API here.

Reports

Use metabase.com

# Pull for the first time
docker pull metabase/metabase:latest

# Run on port 12345
docker run -d -p 12345:3000 --name metabase metabase/metabase

# See the logs
docker logs -f metabase

# Setup SSH Tunnel
ssh -N -L 5454:localhost:5432 deployer@petakopi

# Add database
psql -U petakopi -h localhost -p 5454 -d petakopi

# Get the password
tomo env:show

DISCLAIMER

This is not how I usually code, just saying 😛

Sponsors

Contacts

@petakopi.my

About

Curated list of coffee shops in Malaysia

https://petakopi.my

License:MIT License


Languages

Language:HTML 57.3%Language:Ruby 35.9%Language:JavaScript 5.5%Language:CSS 1.2%Language:Shell 0.0%