The Wayback Machine - https://web.archive.org/web/20201118225321/https://github.com/Intermesh/groupoffice-docs
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Manual for Group-Office

This is the source repository for the manual:

https://groupoffice.readthedocs.io/

Building these docs with Docker

This image automatically builds the documentation and serves them on port 8004. The docs will be built and rebuilt after making changes. You can view them in your browser at:

http://localhost:8004/

Docker compose

The easiest way is to start this docker with::

docker-compose up -d

Manual

You can also do it without docker-compose:

Pull the image for sphinx-doc::

docker pull keimlink/sphinx-doc

Build the autobuild image::

docker build -t sphinx-autobuild docker-sphinx-autobuild

Then run it::

docker run -it -p 8004:8000 --rm -v "$(pwd)/../":/home/python/docs sphinx-autobuild
You can’t perform that action at this time.