An open API service indexing awesome lists of open source software.

https://github.com/clecap/dante-wiki-production-old2

Support code for installing Dantewiki
https://github.com/clecap/dante-wiki-production-old2

dantewiki mediawiki

Last synced: 4 months ago
JSON representation

Support code for installing Dantewiki

Awesome Lists containing this project

README

          

# Debugging

## Container introspection

We can enter the containers for introspection by shell commands via

`docker exec -it my-lap-container /bin/ash`
`docker exec -it my-mysql /bin/ash`

## Connectivity Test

For a first test of the connectivity try to access the webserver at

http://localhost:8080/wiki-dir/FAQ via `browser`, `wget` or `curl`.