From bcf5c2397a988c7048c0ab416ad15fa1717bc663 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 11 Mar 2015 17:31:04 +0100 Subject: [PATCH] explain how to see the applications with your browser --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b14b0c0..e36cc3f 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,23 @@ cd /data/indiehosters reboot ssh root@server.test ./tests/stop.sh +# find out WordPress password: +journalctl -u web@*.test | grep to\ connect\ test +# find out piwik and owncloud password: +journalctl -u web@*.test | grep \'\>\>\ generated exit ./scripts/stop.sh ``` Most of the tests are "visual", but by reading them, it gives you an idea on how to start and stop services. +Before running `./scripts/stop.sh`, you can use your browser to see the applications: + +* https://wordpress.test/ user: test@test.org pass: as found with journalctl before +* https://owncloud.test/ user: test@test.org pass: as found with journalctl before +* https://piwik.test/ user: test@test.org pass: as found with journalctl before +* https://static.test/ (you will simply see the contents of server.test:/data/domains/static.test/static/www-content/index.html) +* https://known.test/ (you will be able to create a user there) + This is still work in progress, please feel free to contribute to it! -- GitLab