Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 898 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 898 Bytes

Marine

Contents writer application for track

You can make all of following contents with it.

  • Challenge
  • Quiz
  • Book

Prerequisite

  • docker
  • docker-compose

Start

docker-compose up -d

After the application started, you can access the app via http://localhost:39000

Stop

docker-compose down

How to use

Following directory names are listed in dropdown on header.

  • under the contents directory
  • which has book.yml file

Choose 1 of them.

How to update application

Using docker image is published in DockerHub

What you have to do is only pull latest version.

docker pull givery/marine:latest

About contents directory

This directory is shared with docker container. Marine will sarech contents from this directory.

Checkout your content repository in this directory.