Skip to content

Installation with Docker

Harley Hicks edited this page Aug 3, 2017 · 4 revisions

Commands are to be run in your command prompt or terminal

  1. Install Docker
  2. Pull the image: docker pull hmhrex/tenma
  3. Create the container: docker create --name=tenma -v </path/to/comic/library>:/tenma/files -p 8000:8000 hmhrex/tenma
    • Where </path/to/comic/library> is the path to your comic library.
  4. Run the container: docker start tenma
  5. In your browser, go to http://[YOUR IP ADDRESS]:8000 or http://localhost:8000
    • For example: http://192.168.1.30:8000

Next, you'll want to import your comics.

Clone this wiki locally