Contents writer application for track.
This application allows you to create all types of content supported by Track.
- docker
For windows users.
Take a look this Marine on Windows document first, please.
Run this command.
$ docker compose up -d
After the application started, you can access the app via http://localhost:39000
Run this command.
$ docker compose down
As default, Marine uses ./contents
as contents directory. This directory is shared with docker container.
In the contents directory, all of the contents that meet with conditions below will be picked up by Marine and displayed as the contents list. (Recursively)
- have
book.yml
ortrack.yml
Checkout your content repository in this directory.
Marine is using a docker image published in DockerHub.
What you need to do to update the docker image is run this command.
$ docker pull givery/marine:latest
You can see all of documents under the ./docs
.
You can see all of sample contents under the ./contents
.
See Troubleshooting Guide.
Givery, inc. All Rights Reserved.