https://github.com/clecap/dante-wiki-production-old
The repository for using dante wiki for end users.
https://github.com/clecap/dante-wiki-production-old
Last synced: over 1 year ago
JSON representation
The repository for using dante wiki for end users.
- Host: GitHub
- URL: https://github.com/clecap/dante-wiki-production-old
- Owner: clecap
- License: agpl-3.0
- Created: 2023-08-31T18:40:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T14:36:59.000Z (over 2 years ago)
- Last Synced: 2025-01-04T01:54:31.105Z (over 1 year ago)
- Language: Shell
- Size: 2.69 GB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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`.