1.9 KiB
1.9 KiB
Installation
Prerequisites
- Install Docker
- Install Docker Compose
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
- 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.
In your browser
- Import the file
security/default/root.crt
as a trusted Root authority - Open
https://beta.notify.moe
Author
Eduard Urbach |