Skip to content

Givery-s-tazy/marine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 40.4%
  • Java 24.5%
  • JavaScript 17.2%
  • Shell 11.7%
  • Makefile 2.0%
  • Python 1.8%
  • Other 2.4%