Skip to content

beomjungil/notion-as-ticket-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notion-as-ticket-system

Use your favorite tool, Notion as better issue tracker for GitHub
Example

Features

Check Notion

Issues

Notion Link

Development

  1. Copy setting.example.yaml in same directory and Rename with setting.yaml
  2. Change to valid values
  3. Install Python dependencies
  4. Type ./bin.start on terminal to start

Create Docker Image

# Create Image
$ docker build -t notion-as-ticket-system:<tag> ./

# Start Container with 80 port
$ docker run -d --name <Container Name> -p 80:80 notion-as-ticket-system:<tag>