Skip to content

代理電話予約サービスTelyで使用する店舗情報管理プログラム

License

Notifications You must be signed in to change notification settings

crab85193/tely-store-manager

Repository files navigation

Tely Store Manager

Docker Python Nginx Sentry Deploy License: Apache 2.0

logo

日本語版はREADMEはこちら

Description

Store information management program used by the proxy telephone reservation service Tely. Store information obtained by Google Place API is stored in a database.

Requirement

  • Ubuntu22.04
  • Docker 24.0.5
  • Python 3.11.0
  • Sentry-sdk 1.39.1
  • Google Place API

Usage

To run this program, you must have Docker installed and Tely running.

Create .env.dev and write the following

GOOGLE_API_KEY={KEY VALUE}

MYSQL_ROOT_PASSWORD={ROOT PASSWORD}
MYSQL_DATABASE={DATABASE NAME}
MYSQL_USER={USER NAME}
MYSQL_PASSWORD={USER PASSWORD}
MYSQL_HOST={HOST}
MYSQL_PORT={PORT}

IMAGE_SERVER_ADDRESS="127.0.0.1"
IMAGE_SERVER_PROTOCOL="http"

SAVE_IMG_DIR="./static"

SENTRY_DNS={SENTRY DNS ADDRESS}

After creating .env.dev, execute the following command to start the container.

$ docker-compose -f docker-compose.dev.yml up -d --build

Reference

License

Copyright © 2023 Team Quartetto Inc.

This software is released under the Apache 2.0 License, see LICENSE.

About

代理電話予約サービスTelyで使用する店舗情報管理プログラム

Topics

Resources

License

Stars

Watchers

Forks