Skip to content

soroushj/booktype-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

booktype-docker

Dockerized booktype

Table of contents

  • About
  • Installation
  • Usage
  • Deploy on the server
  • Installation for development
  • Need support?

About

Complete docker installation of Booktype 2.3.

Installation

We assume that you have Git and Docker installed.

There are only 2 commands you need to execute:

Usage

Read docker and docker compose documentation.

Here are some usefull commands you may use:

  • docker-compose up -d - runs all required containers (listed in docker-compose.yml) in detached mode
  • docker ps - list running containers
  • docker ps -a - list all containers
  • docker exec -it CONTAINER_ID /bin/bash - run a command in a running container in interactive mode
  • docker-compose down - stops containers and removes containers, networks, volumes, and images created by up
  • docker-compose down --volume - as previous command but it also removes external volumes.

Deploy on the server

Current docker installation is not tested on the server and may not be stable. If you need to deploy booktype on the server, check this link https://wiki.sourcefabric.org/display/Booktype/Installing or contact https://booktype.pro

Need support?

Check our support forum

About

Complete docker installation of Booktype 2.3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 59.6%
  • Dockerfile 40.4%