Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Support code for installing Dantewiki
- Host: GitHub
- URL: https://github.com/clecap/dante-wiki-production-old2
- Owner: clecap
- License: agpl-3.0
- Created: 2023-09-20T15:35:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T09:50:05.000Z (over 1 year ago)
- Last Synced: 2024-10-31T14:05:37.799Z (3 months ago)
- Topics: dantewiki, mediawiki
- Language: Shell
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README-dev.md
- License: LICENSE
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`.