2019-04-18 19:41:19 +09:00

2.0 KiB

Installation

Godoc reference Go report card Build status

Prerequisites

Setup

Download the developer image:

docker pull animenotifier/notify.moe

Run the developer image:

docker-compose run notify.moe

Usage

Your home directory is mounted as /my inside Docker. Usually you'd want to clone all repositories you use into a projects directory. This directory can be accessed by both your favourite editor on the host machine and also inside Docker.

  • Clone notify.moe repository: git clone https://github.com/animenotifier/notify.moe.git
  • Enter notify.moe repository: cd notify.moe
  • Compile TypeScript files using: tsc
  • Compile template/style files using: pack (optional)
  • Start the web server using: run

The run binary is a development server that will restart the web server when it detects code changes.

Networking

  • Add beta.notify.moe 127.0.0.1 to your hosts file
  • Forward local TCP port 4001 to 443 on your host

In your browser

  • Import the file security/default/root.crt as a trusted Root authority
  • Open https://beta.notify.moe

Author

Eduard Urbach on Twitter
Eduard Urbach