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
- 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T09:50:05.000Z (over 2 years ago)
- Last Synced: 2025-02-12T05:14:08.997Z (over 1 year 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`.