Skip to content

mottosso/docker-cgwire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Zou

Docker container for Zou, https://cg-wire.com

  • See Zou for details regarding what this Docker image contains.
  • See Kitsu for details regarding the user interface.
  • See Gazu for details regarding the Python API towards this interface.

Usage

$ docker build -t cgwire https://github.com/mottosso/docker-cgwire.git
$ docker run -ti --rm -p 80:80 cgwire

No need to clone this project, the above commands will suffice.

In your browser, visit http://localhost on Linux, or http://<your-ip> with the IP of your VirtualBox session on Docker Toolbox for Windows or MacOS. You'll be greeted by the welcome screen where you enter the email and password you supplied in the interactive session above.

WARNING: Quitting the above container will remove all data related to it.

image


Troubleshooting

Without the --rm flag and restarting the container, server reports:

image

Kitsu a rencontré une erreur en communiquant avec son API de données.

I'm not sure how to resolve this yet.

Releases

No releases published

Packages

No packages published